mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
completions: update 'echo'
This commit is contained in:
parent
b7cc7db93c
commit
2f332f0019
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue