aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/13-hook.md
Commit message (Collapse)AuthorAgeFilesLines
* feat(any): make `Grouped` trait unsafe and encapsulate `AnyOutput`魏曹先生2 days1-1/+1
| | | | | | | | | | fields Declare `Grouped` as `unsafe trait` to make its soundness invariant visible. Make `AnyOutput.type_id` and `member_id` private; add public accessors and the `unsafe fn new_bare` constructor.
* docs: migrate renderers from `r_println!` to `RenderResult` return type魏曹先生12 days1-1/+1
|
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生2026-06-301-0/+107
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