feat(completion): support termux-usb command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-17 01:48:46 +10:00
parent b16ce7bc11
commit 4c0e7f2a66

View 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