mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
read: update completions to include --lines and --null
Does not include --all-lines pending discussion in #5332.
This commit is contained in:
@@ -12,3 +12,5 @@ complete -c read -s s -l silent -d "Secure mode: mask characters at the command
|
||||
complete -c read -s n -l nchars -d "Read the specified number of characters"
|
||||
complete -c read -s a -l array -d "Store the results as an array"
|
||||
complete -c read -s R -l right-prompt -d "Set right-hand prompt command" -x
|
||||
complete -c read -s z -l null -d "Use NUL character as line terminator"
|
||||
complete -c read -s l -l line -d "Read each line into its own variable"
|
||||
|
||||
Reference in New Issue
Block a user