From c07e917b5db5464a32fa2b725ff3fe4d99ae149e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 9 Feb 2015 13:23:07 +0100 Subject: Add --allow option to the run command Allow to fully override the environment settings from the application metadata. This can be useful for testing. --- completion/xdg-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'completion') diff --git a/completion/xdg-app b/completion/xdg-app index 949063d..e650272 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' -- cgit v1.2.1