summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-03-10 16:33:56 +0100
committerAlexander Larsson <alexl@redhat.com>2015-03-11 10:25:15 +0100
commite0e23ee181a27686e893ab86f2727010fb3eee4c (patch)
treef5f80b9187fa7a987e95920a21c735cd9ed4aea5 /completion
parente2fdfc531c58942186e31c5b27054895d472762c (diff)
downloadxdg-app-e0e23ee181a27686e893ab86f2727010fb3eee4c.tar.gz
Add make-app-current
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 94e0bc8..f0eafa0 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -15,10 +15,10 @@ _xdg-app() {
local dir cmd sdk loc
local -A VERBS=(
- [ALL]='add-remote delete-remote list-remotes repo-contents install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app list-apps run build-init build build-finish build-export repo-update'
- [MODE]='add-remote delete-remote list-remotes repo-contents install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app list-apps'
+ [ALL]='add-remote delete-remote list-remotes repo-contents install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app list-apps run build-init build build-finish build-export repo-update make-app-current'
+ [MODE]='add-remote delete-remote list-remotes repo-contents install-runtime update-runtime uninstall-runtime list-runtimes install-app update-app uninstall-app list-apps make-app-current'
[UNINSTALL]='uninstall-runtime uninstall-app'
- [ARCH]='build-init install-runtime install-app run uninstall-runtime uninstall-app update-runtime update-app'
+ [ARCH]='build-init install-runtime install-app run uninstall-runtime uninstall-app update-runtime update-app make-app-current'
)
local -A OPTS=(