mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
12 lines
202 B
Fish
12 lines
202 B
Fish
set command termux-infrared-transmit
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command \
|
|
-s h \
|
|
-d 'Show help'
|
|
|
|
complete -c $command \
|
|
-s f \
|
|
-d 'Specify the IR carrier frequency' \
|
|
-x
|