mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
read: update completions
--right-prompt added in fe9cf673a2
but missed from the
completions.
With thanks to nafg@github.
This commit is contained in:
parent
9c2fdc6da5
commit
60fdd71f74
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ complete -c read -s c -l command --description "Initial contents of read buffwhe
|
|||
complete -c read -s s -l shell --description "Use syntax highlighting, tab completions and command termination suitable for entering shellscript code"
|
||||
complete -c read -s n -l nchars --description "Read the specified number of characters"
|
||||
complete -c read -s a -l array --description "Store the results as an array"
|
||||
complete -c read -s R -l right-prompt --description "Set right-hand prompt command" -x
|
||||
|
|
Loading…
Reference in a new issue