summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-11-11 10:59:59 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-11 10:59:59 +0100
commitd9a03f4f4d843ca2c191940cfc6a7b0c3a61afc9 (patch)
tree07b47a76663003e9451af75f5cca1a918cac37ca /completion
parent8cc65ba1b77114eba137f9eeec4b72a39f13d8d6 (diff)
downloadxdg-app-d9a03f4f4d843ca2c191940cfc6a7b0c3a61afc9.tar.gz
Drop dump-runtime command for now
This idea was not fully baked, so we should not expose it. We can ressurect it later when we know better how this would be used.
Diffstat (limited to 'completion')
-rwxr-xr-xcompletion/xdg-app6
1 files changed, 3 insertions, 3 deletions
diff --git a/completion/xdg-app b/completion/xdg-app
index 3cbb08c..800239b 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -23,8 +23,8 @@ _xdg-app() {
local file dir cmd sdk loc
local -A VERBS=(
- [ALL]='add-remote modify-remote delete-remote ls-remote list-remotes install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app install-bundle list-apps run override enter export-file build-init build build-finish build-export build-bundle repo-update make-app-current dump-runtime'
- [MODE]='add-remote modify-remote delete-remote ls-remote list-remotes install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app install-bundle list-apps make-app-current dump-runtime'
+ [ALL]='add-remote modify-remote delete-remote ls-remote list-remotes install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app install-bundle list-apps run override enter export-file build-init build build-finish build-export build-bundle repo-update make-app-current'
+ [MODE]='add-remote modify-remote delete-remote ls-remote list-remotes install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app install-bundle list-apps make-app-current'
[PERMS]='run override build build-finish'
[UNINSTALL]='uninstall-runtime uninstall-app'
[ARCH]='build-init install-runtime build-bundle install-app run uninstall-runtime uninstall-app update-runtime update-app make-app-current'
@@ -260,7 +260,7 @@ _xdg-app() {
comps=''
;;
- update-runtime|uninstall-runtime|dump-runtime)
+ update-runtime|uninstall-runtime)
if [[ -z $name ]]; then
comps=$(xdg-app $mode list-runtimes)
else