aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change code blocks in examples from rust to ignore魏曹先生2026-04-121-1/+1
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-8/+9
|
* Add project branding and update README structure魏曹先生2026-04-111-0/+158
| | | | | | | | | - Add project icon and badges to README - Update crate description to "The Rust CLI Framework" - Add table of contents and improve section organization - Move guide.txt to resources directory and update version reference - Add example-completion Cargo.lock for new example - Remove unused main.rs file
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-117-9/+650
|
* Remove serde dependency from example projects魏曹先生2026-04-113-3/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-115-3/+129
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-093-7/+7
|
* Add example output to general renderer doc comment魏曹先生2026-04-061-0/+8
|
* Add workspace configuration and examples魏曹先生2026-04-066-0/+217