document new read --silent flag

This commit is contained in:
Kurtis Rader 2017-04-11 19:30:12 -07:00
parent 8213885491
commit fae1a398bd

View file

@ -15,6 +15,8 @@ The following options are available:
- `-g` or `--global` makes the variables global. - `-g` or `--global` makes the variables global.
- `-i` or `--silent` makes the characters typed obfuscated. This is useful for reading things like passwords or other sensitive information. Note that in bash the short flag is `-s`. We can't use that due to the existing use as an alias for `--shell`.
- `-l` or `--local` makes the variables local. - `-l` or `--local` makes the variables local.
- `-m NAME` or `--mode-name=NAME` specifies that the name NAME should be used to save/load the history file. If NAME is fish, the regular fish history will be available. - `-m NAME` or `--mode-name=NAME` specifies that the name NAME should be used to save/load the history file. If NAME is fish, the regular fish history will be available.