feat(completion): support termux-volume command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-17 02:06:03 +10:00
parent 9fad7e9936
commit df5cea3e6d

View file

@ -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'