feat(completion): add test-spice support

This commit is contained in:
EmilyGraceSeville7cf 2024-09-08 05:19:42 +10:00 committed by Fabian Boehm
parent 98de7ea14a
commit 0277fe3ca9

View 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`'