diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 19:39:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 19:39:44 +0800 |
| commit | be03071241c0fb54a7dfbfa1980a64a6e8686fec (patch) | |
| tree | a3992f6c67a6909a62fee3c988d5ebfe97d6c06e /mingling_cli/src/proj_mgr.rs | |
| parent | 0b02cbd797ab13ff0877031d83e2ecc85a7916b5 (diff) | |
feat(class-add): implement class-add command
Add the `class-add` command to create project classes from
templates registered in `.mling/classes.toml`. Supports name
derivation (snake_case, PascalCase, etc.), template expansion,
and shell completions.
Diffstat (limited to 'mingling_cli/src/proj_mgr.rs')
| -rw-r--r-- | mingling_cli/src/proj_mgr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mingling_cli/src/proj_mgr.rs b/mingling_cli/src/proj_mgr.rs index 66130f3..8ff445c 100644 --- a/mingling_cli/src/proj_mgr.rs +++ b/mingling_cli/src/proj_mgr.rs @@ -1,3 +1,4 @@ +pub mod cmd_class_add; pub mod cmd_proj_init; pub mod rule_solver; pub mod template_source; |
