mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-03 16:48:45 +00:00
7 lines
170 B
Fish
7 lines
170 B
Fish
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'
|