mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] --no-remove-on-failure for app install should behave as a flag.
This commit is contained in:
parent
050842b855
commit
71672d371e
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ app:
|
||||||
-n:
|
-n:
|
||||||
full: --no-remove-on-failure
|
full: --no-remove-on-failure
|
||||||
help: Debug option to avoid removing the app on a failed installation
|
help: Debug option to avoid removing the app on a failed installation
|
||||||
|
action: store_true
|
||||||
|
|
||||||
### app_remove() TODO: Write help
|
### app_remove() TODO: Write help
|
||||||
remove:
|
remove:
|
||||||
|
|
Loading…
Add table
Reference in a new issue