diff --git a/custom/plugins/example/completions/example.fish b/custom/plugins/example/completions/example.fish new file mode 100644 index 0000000..9733505 --- /dev/null +++ b/custom/plugins/example/completions/example.fish @@ -0,0 +1,2 @@ +# Optionally add completions for your plugin here. +# complete -f -c my_command -a some_arg -d 'Description here'