aboutsummaryrefslogtreecommitdiff
path: root/docs/pages/advanced/1-completion.md
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): rename `builds` feature to `build`魏曹先生6 days1-2/+2
| | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`.
* feat(docs): add Chinese and English documentation for Mingling tutorials魏曹先生2026-06-301-0/+83
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