mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
feat(completion): support termux-usb command
This commit is contained in:
parent
b16ce7bc11
commit
4c0e7f2a66
1 changed files with 21 additions and 0 deletions
21
share/completions/termux-usb.fish
Normal file
21
share/completions/termux-usb.fish
Normal file
|
@ -0,0 +1,21 @@
|
|||
set command termux-usb
|
||||
|
||||
complete -c $command -f
|
||||
|
||||
complete -c $command \
|
||||
-s h \
|
||||
-d 'Show [h]elp'
|
||||
|
||||
complete -c $command \
|
||||
-s l \
|
||||
-d '[l]ist all devices'
|
||||
|
||||
complete -c $command \
|
||||
-s r \
|
||||
-d 'Show the permission [r]equest dialog for a device'
|
||||
|
||||
complete -c $command \
|
||||
-s e \
|
||||
-d '[e]xecute the specified command for a device' \
|
||||
-x
|
||||
|
Loading…
Reference in a new issue