aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/src/proj_mgr/cmd_class_add.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: normalize test path for Windows verbatim prefixes魏曹先生15 hours1-1/+5
|
* fix: strip verbatim prefix from canonicalized paths on Windows魏曹先生19 hours1-1/+23
| | | | | Refactor `find_project_root` to use `deverbatim` on canonicalized paths, removing the `\\?\` prefix on Windows to ensure proper path handling.
* fix(class-add): resolve project root by walking up for `.mling`魏曹先生38 hours1-5/+56
|
* feat(class-add): implement class-add command魏曹先生38 hours1-0/+267
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.