From 0277fe3ca95db8d5e3e123e18c74ae2b51e65ec7 Mon Sep 17 00:00:00 2001 From: EmilyGraceSeville7cf Date: Sun, 8 Sep 2024 05:19:42 +1000 Subject: [PATCH] feat(completion): add test-spice support --- share/completions/test-spice.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 share/completions/test-spice.fish diff --git a/share/completions/test-spice.fish b/share/completions/test-spice.fish new file mode 100644 index 000000000..67862603f --- /dev/null +++ b/share/completions/test-spice.fish @@ -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`'