mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
feat(completion): add test-spice support
This commit is contained in:
committed by
Fabian Boehm
parent
98de7ea14a
commit
0277fe3ca9
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`'
|
||||
Reference in New Issue
Block a user