2024-09-15 11:17:02 +00:00
|
|
|
set command termux-infrared-transmit
|
|
|
|
|
|
|
|
complete -c $command -f
|
|
|
|
|
|
|
|
complete -c $command \
|
|
|
|
-s h \
|
|
|
|
-d 'Show [h]elp'
|
|
|
|
|
|
|
|
complete -c $command \
|
|
|
|
-s f \
|
2024-09-16 21:06:10 +00:00
|
|
|
-d 'Specify the IR carrier [f]requency' \
|
2024-09-15 12:06:15 +00:00
|
|
|
-x
|