aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-03 20:30:33 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-03 20:38:02 +0800
commitfc0df246c2f55985de1813a9c30eb0c6e61c8a99 (patch)
tree122187b5013b0021ca86fd830e5c170424dcab01 /mingling_cli/Cargo.toml
parentf7862affd74ac3b129f9e9791a4cd4e1c7e3e6d1 (diff)
feat(cli): add dynamic completion scripts and global helpwip/mingling-cli-ux
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.
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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]