mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] add appropriate metavar for usage generation
This commit is contained in:
parent
1bc605561a
commit
016bdaf2ca
1 changed files with 6 additions and 0 deletions
|
@ -250,12 +250,14 @@ alias:
|
||||||
arguments:
|
arguments:
|
||||||
alias:
|
alias:
|
||||||
help: The unique email alias to create
|
help: The unique email alias to create
|
||||||
|
metavar: ALIAS
|
||||||
extra:
|
extra:
|
||||||
required: True
|
required: True
|
||||||
pattern: *pattern_email
|
pattern: *pattern_email
|
||||||
-f:
|
-f:
|
||||||
full: --mailforward
|
full: --mailforward
|
||||||
help: List of email to forward to, separated by commas without space
|
help: List of email to forward to, separated by commas without space
|
||||||
|
metavar: MAIL
|
||||||
extra:
|
extra:
|
||||||
ask: ask_alias_mailforward
|
ask: ask_alias_mailforward
|
||||||
required: True
|
required: True
|
||||||
|
@ -274,11 +276,13 @@ alias:
|
||||||
help: Alias to update
|
help: Alias to update
|
||||||
--add-mailforward:
|
--add-mailforward:
|
||||||
help: List of mailforward addresses to add, separated by commas without space
|
help: List of mailforward addresses to add, separated by commas without space
|
||||||
|
metavar: MAIL
|
||||||
nargs: "*"
|
nargs: "*"
|
||||||
extra:
|
extra:
|
||||||
pattern: *pattern_listemail
|
pattern: *pattern_listemail
|
||||||
--remove-mailforward:
|
--remove-mailforward:
|
||||||
help: List of mailforward addresses to remove, separated by commas without space
|
help: List of mailforward addresses to remove, separated by commas without space
|
||||||
|
metavar: MAIL
|
||||||
nargs: "*"
|
nargs: "*"
|
||||||
extra:
|
extra:
|
||||||
pattern: *pattern_listemail
|
pattern: *pattern_listemail
|
||||||
|
@ -292,6 +296,7 @@ alias:
|
||||||
arguments:
|
arguments:
|
||||||
alias:
|
alias:
|
||||||
help: Alias to delete
|
help: Alias to delete
|
||||||
|
metavar: ALIAS
|
||||||
extra:
|
extra:
|
||||||
pattern: *pattern_email
|
pattern: *pattern_email
|
||||||
|
|
||||||
|
@ -305,6 +310,7 @@ alias:
|
||||||
arguments:
|
arguments:
|
||||||
alias:
|
alias:
|
||||||
help: Alias to get information
|
help: Alias to get information
|
||||||
|
metavar: ALIAS
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
# Domain #
|
# Domain #
|
||||||
|
|
Loading…
Add table
Reference in a new issue