mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
completions/kb: Fix
This commit is contained in:
parent
c587b2ffcc
commit
6fe4b0c24d
|
@ -5,4 +5,4 @@ set -l commands add edit list view grep update delete template import export era
|
|||
complete -c kb -s h -l help -d 'Show help and exit'
|
||||
complete -c kb -l version -d 'Show version and exit'
|
||||
|
||||
complete -c kb -n "not __fish_seen_subcommand_from $commands" -a $commands
|
||||
complete -c kb -n "not __fish_seen_subcommand_from $commands" -a "$commands"
|
||||
|
|
Loading…
Reference in New Issue
Block a user