Add information in yunohost app install --help

This commit is contained in:
selfhoster1312 2023-08-15 15:35:36 +02:00
parent 465f6da5cd
commit d2113b243e

View file

@ -934,14 +934,14 @@ app:
help: Custom name for the app help: Custom name for the app
-a: -a:
full: --args full: --args
help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path") help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path&init_main_permission=visitors")
-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 action: store_true
-f: -f:
full: --force full: --force
help: Do not ask confirmation if the app is not safe to use (low quality, experimental or 3rd party) help: Do not ask confirmation if the app is not safe to use (low quality, experimental or 3rd party), or when the app displays a post-install notification
action: store_true action: store_true
### app_remove() ### app_remove()