aboutsummaryrefslogtreecommitdiff
path: root/examples/full-todolist/src/help.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生34 hours1-2/+2
| | | | | | | | Rename the internal fallback type and its associated `ProgramCollect` plumbing from `ErrorDispatcherNotFound`/`build_dispatcher_not_found` to `EntryFallback`/`build_entry_fallback`, along with the generated enum variant and pack type. Update all documentation, examples, and tests accordingly.
* refactor(examples): migrate renderers to return RenderResult and add魏曹先生2026-07-111-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