mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
feat(completion): support termux-volume command
This commit is contained in:
parent
9fad7e9936
commit
df5cea3e6d
1 changed files with 7 additions and 0 deletions
7
share/completions/termux-volume.fish
Normal file
7
share/completions/termux-volume.fish
Normal 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'
|
Loading…
Reference in a new issue