aboutsummaryrefslogtreecommitdiff
path: root/mingling
Commit message (Collapse)AuthorAgeFilesLines
* Inline `strip_all_flags` and simplify `ShellContext` methods魏曹先生2026-05-152-6/+2
| | | | | | | | Simplify `strip_all_flags` by using `Vec::retain` instead of reallocating. Update doc examples to use `ShellContext` methods directly instead of the now-removed `ShellContextHelper`. Rename `as_picker` to `to_picker` for consistency with Rust conventions. Mark doc tests as `ignore` and add necessary imports.
* Add workspace Cargo.toml and centralize crate metadata魏曹先生2026-05-152-729/+7
|
* Add prelude module with common macro and trait re-exports魏曹先生2026-05-151-0/+37
|
* Add scripts for building documentation and update docs魏曹先生2026-05-131-4/+11
|
* Add test tool for examples and update exit code demoWeicao-CatilGrass2026-05-131-3/+4
|
* Fix exit code override hook to access correct fieldWeicao-CatilGrass2026-05-131-2/+2
|
* Add convenient `update_exit_code` and `exit_code` helper functionsWeicao-CatilGrass2026-05-132-3/+26
|
* Add example doc for exit code usageWeicao-CatilGrass2026-05-131-0/+57
|
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-137-0/+147
|
* Add `builds` feature and install completion scriptsWeicao-CatilGrass2026-05-113-4/+74
|
* Add comprehensive test suite for picker parser moduleWeicao-CatilGrass2026-05-093-1/+741
|
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-092-112/+112
|
* Add dispatch tree example and update doc version references魏曹先生2026-05-081-1/+64
|
* Expose compile-time feature flags as public constants魏曹先生2026-05-082-0/+83
|
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-071-0/+2
|
* Add dispatch_tree feature flag魏曹先生2026-05-071-0/+1
|
* Add cargo-generate project template instructions魏曹先生2026-05-071-0/+8
|
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-073-11/+7
|
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-051-1/+1
|
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-043-8/+209
|
* Add missing articles and improve documentation魏曹先生2026-05-032-3/+8
|
* Add repl feature flag across workspace crates魏曹先生2026-05-031-1/+1
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-61/+58
|
* Use specific features in dev-dependency魏曹先生2026-05-021-1/+1
|
* Remove `full` feature from all crates魏曹先生2026-05-021-1/+0
|
* Add nightly feature flag for Rust nightly-only functionality魏曹先生2026-05-021-0/+1
|
* Add `AsPicker` trait for types convertible to `Vec<String>`魏曹先生2026-04-301-0/+66
|
* Fix comment and constrain ProgramCollect generic bounds魏曹先生2026-04-291-1/+1
|
* Fix bool parsing ignoring explicit `--value true` flag魏曹先生2026-04-281-11/+6
|
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-281-0/+663
|
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-281-107/+366
|
* Add `route!` macro for early error routing魏曹先生2026-04-271-0/+2
|
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-271-15/+9
|
* Remove PickableEnum comment blockWeicao-CatilGrass2026-04-271-4/+0
|
* Update project description and example doc orderingWeicao-CatilGrass2026-04-262-49/+49
|
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-262-2/+2
|
* Add clap_parser feature to mingling_core with help output behavior魏曹先生2026-04-261-1/+1
| | | | config
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+4
|
* Add `dispatcher_clap` attribute macro behind `clap_parser` feature魏曹先生2026-04-251-0/+3
|
* Add clap_parser feature and refactor dispatcher macro internals魏曹先生2026-04-251-0/+3
|
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-251-46/+134
|
* Add async example demonstrating tokio integration魏曹先生2026-04-251-0/+69
|
* Add workspace configuration and update dependencies魏曹先生2026-04-221-663/+0
|
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-221-2/+0
| | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change.
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-212-10/+6
|
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-202-4/+8
|
* Remove async from main example in README魏曹先生2026-04-201-3/+2
|
* Make `pick_or` accept `Into<TNext>` for default value魏曹先生2026-04-201-4/+4
|
* Move type registration to pack! and Groupped macros魏曹先生2026-04-201-3/+5
|
* Bump version to 0.1.6魏曹先生2026-04-192-4/+4
| | | | | | - mingling: 0.1.5 → 0.1.6 - mingling_core: 0.1.4 → 0.1.5 - mingling_macros: 0.1.4 → 0.1.5