From 71672d371e1626955afd9fdb796b23dc77fd2a30 Mon Sep 17 00:00:00 2001 From: opi Date: Sun, 11 Dec 2016 22:58:56 +0100 Subject: [PATCH] [fix] --no-remove-on-failure for app install should behave as a flag. --- data/actionsmap/yunohost.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 91c5b2aa..25eb6cf6 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -502,6 +502,7 @@ app: -n: full: --no-remove-on-failure help: Debug option to avoid removing the app on a failed installation + action: store_true ### app_remove() TODO: Write help remove: