mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
completions/kak: show -debug arguments
Technically this is a |-separated list, we might need to teach __fish_append to tokenize.
This commit is contained in:
parent
29a3344226
commit
04cae2c559
|
@ -12,7 +12,7 @@ complete -c kak -o q -d 'in filter mode be quiet about errors applying keys'
|
|||
complete -c kak -o ui -x -a 'ncurses dummy json' -d 'set the type of user interface to use'
|
||||
complete -c kak -o l -d 'list existing sessions'
|
||||
complete -c kak -o clear -d 'clear dead sessions'
|
||||
complete -c kak -o debug -x -d 'initial debug option value'
|
||||
complete -c kak -o debug -x -d 'initial debug option value' -a 'hooks shell profile keys commands'
|
||||
complete -c kak -o version -d 'display kakoune version and exit'
|
||||
complete -c kak -o ro -d 'readonly mode'
|
||||
complete -c kak -o help -d 'display a help message and quit'
|
||||
|
|
Loading…
Reference in New Issue
Block a user