From d03049e713d7bbc99f7d93f95ee51e3640796e67 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 22:59:20 +0000 Subject: [PATCH] enable shell completion scripts --- src/vban_cli/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vban_cli/app.py b/src/vban_cli/app.py index 8adbfe1..543390d 100644 --- a/src/vban_cli/app.py +++ b/src/vban_cli/app.py @@ -16,6 +16,7 @@ app = App( ) app.command(strip.app.meta, name='strip') app.command(bus.app.meta, name='bus') +app.register_install_completion_command() @Parameter(name='*')