diff --git a/viu/cli/cli.py b/viu/cli/cli.py index 96aa3c6..1906343 100644 --- a/viu/cli/cli.py +++ b/viu/cli/cli.py @@ -38,6 +38,7 @@ commands = { "registry": "registry.registry", "worker": "worker.worker", "queue": "queue.queue", + "completions": "completions.completions", }