mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 00:17:25 +00:00
4 lines
221 B
Fish
4 lines
221 B
Fish
|
complete -c fish_key_reader -s h -l help -d 'Display help and exit'
|
||
|
complete -c fish_key_reader -s v -l version -d 'Display version and exit'
|
||
|
complete -c fish_key_reader -s c -l continuous -d 'Start a continuous session'
|