aboutsummaryrefslogtreecommitdiff
path: root/mling/src/proj_mgr/generator.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core)!: remove `to_chain` and `to_render` from `Grouped` trait魏曹先生4 days1-1/+1
| | | | | Move routing methods exclusively to the `Routable` trait and update all macro-generated code to reference `Routable` instead of `Grouped`
* fix!: rename `Groupped` to `Grouped` across the codebase魏曹先生5 days1-1/+1
|
* style: Reorder imports and reformat code with cargo fmt魏曹先生13 days1-2/+2
|
* feat: require renderers to return RenderResult instead of mutating one魏曹先生13 days1-8/+19
| | | | | | | BREAKING CHANGE: The `render` method on `Renderer`, `HelpRequest`, and `ProgramCollect` now returns `RenderResult` instead of taking `&mut RenderResult`. The `r_print!` and `r_println!` macros have been removed in favor of using `std::io::Write` directly on `RenderResult`.
* refactor(proj_mgr): reorganize imports and reformat code魏曹先生2026-06-291-3/+10
|
* feat(proj_mgr): add project generation with interactive checklist魏曹先生2026-06-261-0/+39