mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:23:38 +08:00
5 lines
192 B
Fish
5 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`'
|