mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
completions/kb: Fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user