aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add auto-generated feature flags module and tooling魏曹先生4 days3-0/+98
|
* Rename error types with consistent naming convention魏曹先生4 days3-3/+3
|
* Rename CompletionDispatcher to CMDCompletion and hide internal types魏曹先生4 days2-8/+10
|
* Update docs and examples for clap binding with optional error parameter魏曹先生4 days1-3/+3
|
* Enable color feature for clap and fix help and error rendering魏曹先生4 days2-7/+16
|
* Add example for clap binding integration魏曹先生5 days4-0/+353
|
* Gate extra_macros items behind the feature flag魏曹先生9 days1-1/+1
|
* Add implicit dispatcher macro with auto-derived names魏曹先生9 days5-17/+123
|
* Move entry, route, and program_setup macros to extra_macros feature魏曹先生9 days5-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.
* Rework examples and add entry macro for testingWeicao-CatilGrass10 days60-768/+2209
|
* Refactor renderer to use injected resources directlyWeicao-CatilGrass11 days1-7/+3
|
* Refactor REPL hooks into modular setups and add new hook types魏曹先生12 days1-27/+27
|
* Remove `once_cell` dependency and replace with `OnceLock`魏曹先生12 days9-72/+0
|
* Add ClearCommand dispatcher and clear screen handler for exmaple-repl魏曹先生13 days1-0/+15
|
* Add `empty_result!` macro and `REPL` resource, improve examples魏曹先生14 days5-7/+248
|
* Update example version to 0.1.9魏曹先生2026-05-188-56/+24
|
* Switch mingling_core and mingling_macros to use published crate versions0.1.8Weicao-CatilGrass2026-05-188-0/+32
|
* Rename `NextProcess` to `Next` across the codebaseWeicao-CatilGrass2026-05-177-11/+11
|
* Simplify example imports to use prelude and add resources example魏曹先生2026-05-1610-20/+165
| | | | | | | | | Add a new example demonstrating global resource injection in chain functions, and update all existing examples to import from `mingling::prelude` instead of individual macro paths. Also add `example-resources` to the workspace exclude list.
* Refactor general_renderer into granular format-specific features魏曹先生2026-05-162-85/+2
|
* Remove thiserror dependency and implement error types manually魏曹先生2026-05-157-147/+0
|
* Rename test-examples config file and update reference魏曹先生2026-05-131-0/+0
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-132-3/+58
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-131-3/+2
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-133-0/+154
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-111-3/+13
|
* Add dispatch tree example and update doc version references魏曹先生2026-05-084-1/+171
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-075-35/+15
|
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-045-0/+20
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-025-5/+5
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-0/+279
|
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-282-4/+4
|
* Remove unused `ChainProcess` import in examples魏曹先生2026-04-273-6/+3
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-275-15/+9
|
* Add async example demonstrating tokio integration魏曹先生2026-04-252-0/+61
|
* Add workspace configuration and update dependencies魏曹先生2026-04-222-6/+6
|
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-214-28/+12
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-204-8/+24
|
* Bump version to 0.1.6魏曹先生2026-04-194-12/+12
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5
* Make async an optional feature魏曹先生2026-04-1911-135/+12
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-183-9/+8
|
* Add type registration for CompletionContext魏曹先生2026-04-151-12/+6
|
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-132-8/+0
|
* Update completion script generation API魏曹先生2026-04-131-4/+4
|
* Trim trailing whitespace in generated examples fileWeicao-CatilGrass2026-04-121-1/+1
|
* Remove registry source from local workspace dependenciesWeicao-CatilGrass2026-04-121-4/+0
|
* Switch mingling dependencies from crates.io to local pathsWeicao-CatilGrass2026-04-121-4/+0
|
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2026-04-124-4/+20
|
* Add comments to example completion function魏曹先生2026-04-121-0/+6
|