summaryrefslogtreecommitdiff
path: root/completion
diff options
context:
space:
mode:
authorAlexander Larsson <alexander.larsson@gmail.com>2015-02-10 09:25:08 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2015-02-10 09:25:08 +0100
commit72f1bd9b073e922f9c4d21dc2f6c1fd7666540aa (patch)
treecb30d8baa97966c00debeed8c4516d9ae1e6e8d3 /completion
parentcd3289e0cb66f3812bb020089784d1b1206fd062 (diff)
parentc07e917b5db5464a32fa2b725ff3fe4d99ae149e (diff)
downloadxdg-app-72f1bd9b073e922f9c4d21dc2f6c1fd7666540aa.tar.gz
Merge pull request #50 from matthiasclasen/run-env2
Add an --allow option to the run command
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 ffabdae..26d926a 100755
--- a/completion/xdg-app
+++ b/completion/xdg-app
@@ -29,7 +29,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'