mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions/read: Remove long-removed "--mode-name" flag
Disabled in c6093ad782
(in 2.7.0)
This commit is contained in:
parent
69ef51f417
commit
1dc65a694d
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ complete -c read -s g -l global -d "Make variable scope global"
|
|||
complete -c read -s l -l local -d "Make variable scope local"
|
||||
complete -c read -s U -l universal -d "Share variable with all the users fish processes on the computer"
|
||||
complete -c read -s u -l unexport -d "Do not export variable to subprocess"
|
||||
complete -c read -s m -l mode-name -d "Name to load/save history under" -r -a "read fish"
|
||||
complete -c read -s c -l command -d "Initial contents of read buffer when reading interactively" -r
|
||||
complete -c read -s S -l shell -d "Read like the shell would"
|
||||
complete -c read -s s -l silent -d "Mask input with ●"
|
||||
|
|
Loading…
Reference in a new issue