summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-25 17:37:16 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-28 10:48:47 +0200
commitb25830d8f9e8fbb8fb5f74299a3b24adca220471 (patch)
tree8e81f23e452a2ebca1ab919a99eb4d1a6b7ff4fa /completion
parent7af7d61fa0fd43da01f76c14dd7858e1feca1136 (diff)
downloadxdg-app-b25830d8f9e8fbb8fb5f74299a3b24adca220471.tar.gz
Add xdg-app dump-runtime command
This creates a tar of the runtime as set up by xdg-app
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 8899ee6..45b3dcc 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -23,8 +23,8 @@ _xdg-app() {
local 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 list-apps run override enter export-file build-init build build-finish build-export 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 list-apps make-app-current'
+ [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 list-apps run override enter export-file build-init build build-finish build-export 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 list-apps make-app-current dump-runtime'
[PERMS]='run override build build-finish'
[UNINSTALL]='uninstall-runtime uninstall-app'
[ARCH]='build-init install-runtime install-app run uninstall-runtime uninstall-app update-runtime update-app make-app-current'
@@ -240,7 +240,7 @@ _xdg-app() {
comps=''
;;
- update-runtime|uninstall-runtime)
+ update-runtime|uninstall-runtime|dump-runtime)
if [[ -z $name ]]; then
comps=$(xdg-app $mode list-runtimes)
else