Handle `restart` completions

pull/1989/head
Kostas Giapis 2021-12-30 17:02:51 +02:00
parent 2a2cc72541
commit 45e8c4e3cd
1 changed files with 1 additions and 1 deletions

View File

@ -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)