fish-shell/share/completions/termux-usb.fish

21 lines
355 B
Fish
Raw Normal View History

set command termux-usb
complete -c $command -f
complete -c $command \
-s h \
2024-09-29 14:39:22 +00:00
-d 'Show help'
complete -c $command \
-s l \
2024-09-29 14:39:22 +00:00
-d 'List all devices'
complete -c $command \
-s r \
2024-09-29 14:39:22 +00:00
-d 'Show the permission request dialog for a device'
complete -c $command \
-s e \
2024-09-29 14:39:22 +00:00
-d 'execute the specified command for a device' \
-x