mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
feat(completion): add missing -P option to read command
This commit is contained in:
parent
33d963dad9
commit
9459958c61
|
@ -1,6 +1,7 @@
|
|||
# Completion for builtin read
|
||||
complete -c read -s h -l help -d "Display help and exit"
|
||||
complete -c read -s p -l prompt -d "Set prompt command" -x
|
||||
complete -c read -s P -l prompt-str -d "Set prompt using provided string" -x
|
||||
complete -c read -s x -l export -d "Export variable to subprocess"
|
||||
complete -c read -s g -l global -d "Make variable scope global"
|
||||
complete -c read -s l -l local -d "Make variable scope local"
|
||||
|
|
Loading…
Reference in New Issue
Block a user