aboutsummaryrefslogtreecommitdiff
path: root/mling/src/errors
Commit message (Collapse)AuthorAgeFilesLines
* style: Reorder imports and reformat code with cargo fmt魏曹先生13 hours1-1/+1
|
* feat: require renderers to return RenderResult instead of mutating one魏曹先生14 hours1-42/+51
| | | | | | | 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`.
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生10 days1-1/+4
|
* feat(proj_mgr): add project generation with interactive checklist魏曹先生2026-06-261-0/+212