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