diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-03 20:30:33 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 02:56:28 +0800 |
| commit | 1dac0affe311e70e8f5eccfe46253d08f69139d5 (patch) | |
| tree | 54db84dd14ef5895627198f7b48c13f997588843 /mingling_cli/Cargo.lock | |
| parent | cbb805a78a04fb0df6f98b50f389fb5dc0b0fe48 (diff) | |
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.
Diffstat (limited to 'mingling_cli/Cargo.lock')
| -rw-r--r-- | mingling_cli/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.lock b/mingling_cli/Cargo.lock index 6a97a01..8f16e57 100644 --- a/mingling_cli/Cargo.lock +++ b/mingling_cli/Cargo.lock @@ -301,6 +301,7 @@ name = "mingling_core" version = "0.4.0" dependencies = [ "just_fmt 0.2.0", + "just_template", "might_be_async", "mingling_pathf", ] |
