2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-15 05:28:41 +00:00
fish-shell/share/completions/echo.fish
2024-02-20 17:40:35 +01:00

4 lines
221 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"