Add missing howdy options to tab autocomplete
This commit is contained in:
parent
c8c021bfa9
commit
8abe3c3eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ _howdy() {
|
|||
case "${prev}" in
|
||||
# After the main command, show the commands
|
||||
"howdy")
|
||||
opts="add clear config disable list remove clear test"
|
||||
opts="add clear config disable list remove clear snapshot test version"
|
||||
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
|
||||
return 0
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue