mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
say that password arguments won't print anything in cli
This commit is contained in:
parent
7bcb67d9bd
commit
02b80a83dd
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ And in json:
|
|||
This type will ask the user to input a password. This is generally used to
|
||||
input the password for creating an account on the application.
|
||||
|
||||
In CLI it will behave like any password query and won't print any character on
|
||||
type (not "\*\*\*...") for security reasons.
|
||||
|
||||
Example in toml:
|
||||
|
||||
```toml
|
||||
|
|
Loading…
Reference in a new issue