From 26de1a0fb4deeb3e54da4542d8290e9206f9fce6 Mon Sep 17 00:00:00 2001 From: Benexl Date: Sat, 16 Aug 2025 16:21:41 +0300 Subject: [PATCH] feat(cli): register completions cmd --- viu/cli/cli.py | 1 + 1 file changed, 1 insertion(+) 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", }