aboutsummaryrefslogtreecommitdiff
path: root/mingling/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 missing articles and improve documentation魏曹先生2026-05-031-1/+3
|
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-021-61/+58
|
* 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
|
* 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-261-48/+48
|
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-261-1/+1
|
* 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
|
* 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 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.
* 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
|
* Remove async runtime requirement from examples魏曹先生2026-04-191-19/+12
|
* Simplify examples by removing AnyOutput usage魏曹先生2026-04-181-9/+8
|
* Extract chain and renderer registration into separate macros魏曹先生2026-04-181-0/+4
|
* Add after_or_route method to picker builder魏曹先生2026-04-151-2/+28
|
* Add register_type macro and use it in chain and renderer macros魏曹先生2026-04-151-0/+2
|
* Add `strip_all_flags` method and `operate_args` methodWeicao-CatilGrass2026-04-142-0/+33
|
* Update example to use EnumTag and PickableEnum魏曹先生2026-04-131-36/+44
|
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-131-1/+15
|
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-132-164/+6
|
* 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-122-11/+11
|
* Add ShellContext helper methods for completion logic魏曹先生2026-04-123-9/+174
|
* Update documentation for features and examples魏曹先生2026-04-111-2/+7
|
* Fix example doc comment indentation and header trimming魏曹先生2026-04-111-117/+117
|
* Add dev tools to generate example documentation魏曹先生2026-04-113-158/+404
|
* Rename boolean enums and simplify pick_bool function魏曹先生2026-04-111-44/+33
|
* Add completion system with shell context and dispatcher integration魏曹先生2026-04-101-0/+5
|
* Switch from published mingling crate to local workspace dependency魏曹先生2026-04-091-9/+9
|
* Add basic completion module with shell integration魏曹先生2026-04-091-0/+6
|
* Remove unused input module魏曹先生2026-04-071-2/+0
|
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生2026-04-073-0/+145
|
* Replace length checks with `is_empty` and `?` operator魏曹先生2026-04-062-12/+8
|
* Remove unused InputField struct魏曹先生2026-04-061-1/+0
|
* Add Groupped derive macro for automatic trait implementation魏曹先生2026-04-051-0/+3
|
* Add documentation for basic usage and parser feature魏曹先生2026-04-051-0/+165
|