mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
feat(completion): add test-spice support
This commit is contained in:
parent
98de7ea14a
commit
0277fe3ca9
1 changed files with 4 additions and 0 deletions
4
share/completions/test-spice.fish
Normal file
4
share/completions/test-spice.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
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`'
|
Loading…
Reference in a new issue