mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
05ab849b72
Some of these were missed in #3660.
5 lines
333 B
Fish
5 lines
333 B
Fish
complete -c echo -s n --description "Do not output a newline"
|
|
complete -c echo -s s --description "Do not separate arguments with spaces"
|
|
complete -c echo -s E --description "Disable backslash escapes"
|
|
complete -c echo -s e --description "Enable backslash escapes"
|
|
complete -c echo -s h -l help --description "Display help and exit"
|