feat(completion): support termux-infrared-transmit command

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 21:17:02 +10:00
parent 68324235db
commit 8dec523819

View file

@ -0,0 +1,11 @@
set command termux-infrared-transmit
complete -c $command -f
complete -c $command \
-s h \
-d 'Show [h]elp'
complete -c $command \
-s f \
-d 'Specify IR carrier [f]requency'