aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion
Commit message (Collapse)AuthorAgeFilesLines
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-041-0/+4
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-1/+1
|
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-281-2/+2
|
* Remove unused `ChainProcess` import in examples魏曹先生2026-04-271-1/+1
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-3/+2
|
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-211-7/+3
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-201-2/+6
|
* Bump version to 0.1.6魏曹先生2026-04-191-3/+3
| | | | | | - 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-193-41/+3
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-3/+3
|
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
|
* Update completion script generation API魏曹先生2026-04-131-4/+4
|
* 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-121-1/+5
|
* 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-111-2/+2
|
* Remove serde dependency from example projects魏曹先生2026-04-111-1/+0
|
* Add example-completion and update workspace dependencies魏曹先生2026-04-112-0/+123