mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 01:31:36 +08:00
05ab849b72
Some of these were missed in #3660.
6 lines
333 B
Fish
6 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"
|