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.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mingling_cli/Cargo.toml') diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 9ee8fa0..4dfea20 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -25,7 +25,9 @@ features = [ "extras", "picker", "pathf", + "dispatch_tree", "async", + "comp" ] [build-dependencies.mingling] @@ -33,6 +35,8 @@ path = "../mingling" features = [ "build", "pathf", + "dispatch_tree", + "comp" ] [dependencies] -- cgit