mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-08 11:08:53 +00:00
12 lines
192 B
Fish
12 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' \
|