fish-shell/share/completions/echo.fish
ridiculousfish d09c9fba02 Added a -s option to echo to mean "don't output spaces"
Replaced default prompt to stop calling printf. I opened a bug to replace the default prompt entirely with one that's cheaper.
2012-05-19 16:59:56 -07:00

3 lines
158 B
Fish

complete -c echo -s n --description "Do not output a newline"
complete -c echo -s n --description "Do not separate arguments with spaces"
complete -c echo -u