mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
3a86ce87c0
This was missing from #8467.
(cherry picked from commit 84e6344c91
)
5 lines
305 B
Fish
5 lines
305 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'
|
|
complete -c fish_key_reader -s V -l verbose -d 'Output timing and explain sequence'
|