Skip to content

Commit

Permalink
Merge pull request #1702 from selfhoster1312/app-help-message
Browse files Browse the repository at this point in the history
Add information in yunohost app install --help
  • Loading branch information
alexAubin authored Aug 15, 2023
2 parents 465f6da + d2113b2 commit 7f5b8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/actionsmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -934,14 +934,14 @@ app:
help: Custom name for the app
-a:
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:
full: --no-remove-on-failure
help: Debug option to avoid removing the app on a failed installation
action: store_true
-f:
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

### app_remove()
Expand Down

0 comments on commit 7f5b8a5

Please sign in to comment.