mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
4 lines
192 B
Fish
4 lines
192 B
Fish
complete -c test-spice -l help -d 'Show help'
|
|
|
|
complete -c test-spice -s r -l remove -d 'Remove all test spices'
|
|
complete -c test-spice -s s -l skip -d 'Skip validation with `validate-spice`'
|