aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/example_docs.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor(general_renderer): rename to structural_renderer魏曹先生4 days1-101/+101
|
* feat(core): decouple structured output from Groupped trait魏曹先生4 days1-13/+53
| | | | | | | Introduce `StructuralData` sealed trait and `pack_structural!` / `group_structural!` / `derive(StructuralData)` macros to control structured rendering separately from grouping. `Groupped` no longer requires `Serialize`.
* Redesign hook system with structured info types and ProgramControls魏曹先生6 days1-13/+19
|
* Add IO error example with type alias in group macro魏曹先生7 days1-1/+22
|
* Make route! macro auto-convert error types魏曹先生7 days1-2/+2
| | | | | | `route!()` now calls `Groupped::to_chain()` on the error branch, removing the need for callers to pre-convert with `.to_chain()` or `.to_render()`.
* Add help command with exit code 2 for exitcode example魏曹先生7 days1-1/+13
|
* Add example for outside type registration魏曹先生10 days1-0/+91
|
* Add `pack_err!` macro for error structs with automatic name field魏曹先生11 days1-0/+125
|
* Add naming conventions documentation and update sidebarWeicao-CatilGrass2026-06-121-0/+40
|
* Add LazyRes for lazy resource initialization魏曹先生2026-06-071-0/+108
|
* Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL`魏曹先生2026-06-061-6/+7
|
* Add `unpack_chain_process` to example unit test and docs魏曹先生2026-06-021-1/+3
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-27/+53
|
* Remove stale example-repl-advanced directory and repl_extra feature魏曹先生2026-05-291-24/+0
|
* Add auto-generated feature flags module and tooling魏曹先生2026-05-291-0/+24
|
* Rename error types with consistent naming convention魏曹先生2026-05-291-3/+3
|
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生2026-05-291-8/+10
|
* Update docs and examples for clap binding with optional error parameter魏曹先生2026-05-291-10/+19
|
* Add example for clap binding integration魏曹先生2026-05-281-0/+128
|
* Gate extra_macros items behind the feature flag魏曹先生2026-05-241-1/+1
|
* Add implicit dispatcher macro with auto-derived names魏曹先生2026-05-241-17/+55
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生2026-05-241-6/+5
| | | | | | Remove these macros from the prelude and gate them behind the `extra_macros` feature flag. Update examples and documentation to enable the new feature where these macros are used.
* Update doc examples and fix code references in setupsWeicao-CatilGrass2026-05-241-51/+51
|
* Rework examples and add entry macro for testingWeicao-CatilGrass2026-05-231-336/+1280
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass2026-05-221-7/+3
|
* Add CI workflow for cross-platform testing魏曹先生2026-05-211-1/+2
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生2026-05-211-27/+41
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生2026-05-191-7/+166
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-171-11/+11
|
* Update example docs to use prelude and add resource injection example魏曹先生2026-05-161-20/+82
|
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-161-0/+2
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-3/+4
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-3/+2
|
* Add example doc for exit code usageWeicao-CatilGrass2026-05-131-0/+57
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-3/+13
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-091-111/+111
|
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-1/+64
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-61/+58
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-15/+9
|
* Update project description and example doc orderingWeicao-CatilGrass2026-04-261-48/+48
|
* Add async example demonstrating tokio integration魏曹先生2026-04-251-0/+69
|
* Remove async runtime requirement from examples魏曹先生2026-04-191-19/+12
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-9/+8
|
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
|
* Update completion script generation API魏曹先生2026-04-131-4/+4
|
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-121-1/+1
|
* Add comments to example completion function魏曹先生2026-04-121-0/+6
|
* Change code blocks in examples from rust to ignore魏曹先生2026-04-121-9/+9
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-8/+9
|
* Fix example doc comment indentation and header trimming魏曹先生2026-04-111-117/+117
|