Handle `restart` completions
parent
2a2cc72541
commit
45e8c4e3cd
|
|
@ -88,7 +88,7 @@ _bash-it-comp()
|
|||
COMPREPLY=( $(compgen -W "${update_args}" -- "${cur}") )
|
||||
return 0
|
||||
;;
|
||||
migrate | reload | search | version)
|
||||
migrate | reload | restart | search | version)
|
||||
return 0
|
||||
;;
|
||||
enable | disable)
|
||||
|
|
|
|||
Loading…
Reference in New Issue