aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/concepts/4-program-collect.md
Commit message (Collapse)AuthorAgeFilesLines
* chore!: rename ErrorDispatcherNotFound to EntryFallback魏曹先生15 hours1-1/+1
| | | | | | | | 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.
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生2026-06-301-0/+52
Add comprehensive documentation covering Declare a Dispatcher, Declare a Chain, Rendering Results, Multi-Command Program, Argument Parsing with Picker and Clap, Program Setup, Error Handling, Help Info, Resource System, Exit Code Control, Hook System, Testing, Completion, Structural Rendering, and Core Concepts