mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
5 lines
300 B
Fish
5 lines
300 B
Fish
complete -c echo -s n -d (N_ "No newline")
|
|
complete -c echo -s e -d (N_ "Use backslash escaped characters")
|
|
complete -c echo -s E -d (N_ "Do not use backslash escaped characters")
|
|
complete -c echo -l help -d (N_ "Display help and exit")
|
|
complete -c echo -l version -d (N_ "Display version and exit")
|