fish-shell/share/completions/termux-torch.fish
2024-09-30 00:39:22 +10:00

11 lines
190 B
Fish

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