aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/src/help.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生26 hours1-47/+52
| | | | | | | | | std::io::Write import Replace r_println!/r_print! macro usage across all example renderers with explicit RenderResult construction using std::io::Write, enabling more flexible output handling and reducing reliance on macro-side effects.
* Add full-todolist example projectWeicao-CatilGrass2026-06-091-0/+93