summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-19 00:15:08 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2019-11-07 16:42:13 +0100
commita69651ca9b3cccc4f48dfa5695498149d6bfdc43 (patch)
treea61d73a0abc23742a3721a5d0e21cf6f426753e3 /util
parent18bf370fb0e510fb3ed516818f793523153204bb (diff)
downloadqtapplicationmanager-a69651ca9b3cccc4f48dfa5695498149d6bfdc43.tar.gz
Fully transparent and generic cache for config and app database
The existing caching mechanism for config files was abstracted and extended, so that it could be re-used to parse and cache the info.yaml files. This results in a much more robust application database and should get rid of 99.9% of all the -r/--recreate-database option usages. Change-Id: Ic37fcd3b0e55d481712d469b6e331b9c433a9c5d Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/bash/appman-prompt6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/bash/appman-prompt b/util/bash/appman-prompt
index c1f37766..0538274e 100644
--- a/util/bash/appman-prompt
+++ b/util/bash/appman-prompt
@@ -32,10 +32,10 @@ _appman()
local cur opts
COMPREPLY=()
cur="${COMP_WORDS[COMP_CWORD]}"
- opts="--app-image-mount-dir --build-config --builtin-apps-manifest-dir -c --clear-config-cache --config-file \
+ opts="--app-image-mount-dir --build-config --builtin-apps-manifest-dir -c --clear-cache --config-file \
--database --dbus --force-multi-process --force-single-process --fullscreen --help -I \
---installed-apps-manifest-dir --load-dummydata --logging-rule --no-config-cache --no-dlt-logging \
---no-fullscreen --no-security --no-ui-watchdog -o --option --qml-debug --recreate-database -r --single-app \
+--installed-apps-manifest-dir --load-dummydata --logging-rule --no-cache --no-dlt-logging \
+--no-fullscreen --no-security --no-ui-watchdog -o --option --qml-debug --single-app \
--slow-animations --verbose --version --wayland-socket-name"
if [[ ${cur} == -* ]] ; then