aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/example_docs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update docs and examples for clap binding with optional error parameter魏曹先生4 days1-10/+19
|
* Add example for clap binding integration魏曹先生5 days1-0/+128
|
* Gate extra_macros items behind the feature flag魏曹先生9 days1-1/+1
|
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days1-17/+55
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生9 days1-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-CatilGrass10 days1-51/+51
|
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days1-336/+1280
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days1-7/+3
|
* Add CI workflow for cross-platform testing魏曹先生12 days1-1/+2
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days1-27/+41
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days1-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
|
* Add dev tools to generate example documentation魏曹先生2026-04-111-0/+382