fish-shell/share/completions/termux-torch.fish
2024-09-17 01:28:53 +10:00

11 lines
192 B
Fish

set command termux-torch
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'
complete -c $command \
-a 'on off' \
-d 'Toggle the LED torch of a device' \