mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 08:42:44 +08:00
completions: update 'echo'
This commit is contained in:
parent
b7cc7db93c
commit
2f332f0019
|
@ -2,4 +2,3 @@ complete -c echo -s n -d "Do not output a newline"
|
|||
complete -c echo -s s -d "Do not separate arguments with spaces"
|
||||
complete -c echo -s E -d "Disable backslash escapes"
|
||||
complete -c echo -s e -d "Enable backslash escapes"
|
||||
complete -c echo -s h -l help -d "Display help and exit"
|
||||
|
|
Loading…
Reference in New Issue
Block a user