From df5cea3e6d5beb710a91e84c198c45c7035ec72b Mon Sep 17 00:00:00 2001 From: EmilyGraceSeville7cf Date: Tue, 17 Sep 2024 02:06:03 +1000 Subject: [PATCH] feat(completion): support termux-volume command --- share/completions/termux-volume.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 share/completions/termux-volume.fish diff --git a/share/completions/termux-volume.fish b/share/completions/termux-volume.fish new file mode 100644 index 000000000..a81f961dd --- /dev/null +++ b/share/completions/termux-volume.fish @@ -0,0 +1,7 @@ +set command termux-volume + +complete -c $command -f + +complete -c $command \ + -a '(__fish_termux_api__complete_stream_ids)' \ + -d 'Specify the [s]tream for a volume'