summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-02-09 13:23:07 +0100
committerMatthias Clasen <mclasen@redhat.com>2015-02-09 13:24:19 +0100
commitc07e917b5db5464a32fa2b725ff3fe4d99ae149e (patch)
tree78aa71d9418eb6b326a2fe1f388ba96454271003 /completion
parentf4b9af3a4092e97e0bec5540b81e7bdb4be6df3b (diff)
downloadflatpak-c07e917b5db5464a32fa2b725ff3fe4d99ae149e.tar.gz
Add --allow option to the run command
Allow to fully override the environment settings from the application metadata. This can be useful for testing.
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 949063dc..e650272a 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -28,7 +28,7 @@ _xdg-app() {
[LIST_REMOTES]='--show-urls'
[REPO_CONTENTS]='--show-details --runtimes --apps --update'
[UNINSTALL]='--keep-ref'
- [RUN]='--command --branch --devel --forbid --runtime'
+ [RUN]='--command --branch --devel --allow --forbid --runtime'
[BUILD_INIT]='--arch --var'
[BUILD]='--runtime --network --x11'
[BUILD_FINISH]='--command --allow'