mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:56:43 +08:00
Add --verbose
completion to fish_key_reader
This was missing from #8467.
This commit is contained in:
parent
496fc03b98
commit
84e6344c91
|
@ -1,3 +1,4 @@
|
|||
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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user