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

12 lines
190 B
Fish
Raw Normal View History

set command termux-torch
complete -c $command -f
complete -c $command \
-s h \
2024-09-29 14:39:22 +00:00
-d 'Show help'
complete -c $command \
-a 'on off' \
-d 'Toggle the LED torch of a device' \