mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
de426323be
- reformat code - remove redundant functions
7 lines
175 B
Fish
7 lines
175 B
Fish
set -l command termux-infrared-transmit
|
|
|
|
complete -c $command -f
|
|
|
|
complete -c $command -s h -d 'Show help'
|
|
|
|
complete -c $command -s f -x -d 'Specify the IR carrier frequency'
|