From fc0df246c2f55985de1813a9c30eb0c6e61c8a99 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 3 Aug 2026 20:30:33 +0800 Subject: feat(cli): add dynamic completion scripts and global help Enable the dispatch_tree and comp features to generate completion scripts during build and register global help and completion support in the main entry point. --- mingling_cli/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_cli/Cargo.lock') diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index 6d390e2..5a0dcd0 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -301,6 +301,7 @@ name = "mingling_core" version = "0.3.0" dependencies = [ "just_fmt 0.2.0", + "just_template", "might_be_async", "mingling_pathf", ] -- cgit