mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-21 01:14:15 +00:00
12 lines
193 B
Fish
12 lines
193 B
Fish
|
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'
|