summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-24 19:23:24 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-24 19:23:24 +0200
commit41af86dc69e52f53c4181acc4e762e82f121f25c (patch)
treeac25331f88179bfa8635d432070471e94330df05 /completion
parent2cfbf4ff1a5db91a2aa496e58e403f3747456a7f (diff)
downloadxdg-app-41af86dc69e52f53c4181acc4e762e82f121f25c.tar.gz
Add xdg-app enter command
This lets you enter a sandbox and run a command there, which is useful for debugging purposes.
Diffstat (limited to 'completion')
-rwxr-xr-xcompletion/xdg-app2
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/xdg-app b/completion/xdg-app
index 6b9c992..3adb211 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -23,7 +23,7 @@ _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 export-file build-init build build-finish build-export repo-update 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'
[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'
[PERMS]='run override build build-finish'
[UNINSTALL]='uninstall-runtime uninstall-app'