mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
68527ff20c
This ends up saving a surprising number of bytes.
5 lines
278 B
Fish
5 lines
278 B
Fish
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"
|