aboutsummaryrefslogtreecommitdiff
path: root/mingling
Commit message (Expand)AuthorAgeFilesLines
* 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 argument filtering and CLI build support魏曹先生2026-04-142-0/+33
|\
| * Add `strip_all_flags` method and `operate_args` methodWeicao-CatilGrass2026-04-142-0/+33
* | Update toml dependency to version 1.1.2魏曹先生2026-04-141-12/+6
|/
* 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
* Remove registry source from local workspace dependenciesWeicao-CatilGrass2026-04-121-4/+0
* Switch mingling dependencies from crates.io to local pathsWeicao-CatilGrass2026-04-121-2/+2
* Update Cargo.lock for published mingling crates0.1.5魏曹先生2026-04-121-0/+4
* Update mingling_macros to version 0.1.4魏曹先生2026-04-122-3/+3
* 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
* Add project branding and update README structure魏曹先生2026-04-111-1/+1
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-6/+195
* Rename boolean enums and simplify pick_bool function魏曹先生2026-04-111-44/+33
* Add debug logging feature with env_logger integration魏曹先生2026-04-111-0/+1
* 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-092-11/+11
* Add basic completion module with shell integration魏曹先生2026-04-092-1/+8
* Remove unused input module魏曹先生2026-04-071-2/+0
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生2026-04-073-0/+145
* Bump version to 0.1.5 and use local dependencies魏曹先生2026-04-071-3/+3
* Replace length checks with `is_empty` and `?` operator魏曹先生2026-04-062-12/+8
* Update mingling_core and mingling_macros to version 0.1.30.1.4魏曹先生2026-04-062-2/+6
* 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-053-0/+313
* Add general renderer support with serialization formats魏曹先生2026-04-055-2/+178
* Add `after` method to picker structs for post-processing魏曹先生2026-04-041-13/+26
* Add error routing to Picker with generic route type魏曹先生2026-04-041-14/+178
* Handle empty flag in special_arguments macro魏曹先生2026-04-041-2/+7
* Add vector pickers魏曹先生2026-04-044-20/+105
* Update Cargo.lock with registry source and checksums for local crates魏曹先生2026-04-011-0/+4
* Update mingling_core and mingling_macros to version 0.1.20.1.3魏曹先生2026-04-011-2/+2
* Add documentation for public items in lib and parser modules魏曹先生2026-04-013-2/+36
* Add documentation for mingling_core魏曹先生2026-04-011-0/+52
* Update error message in README examples魏曹先生2026-04-011-1/+1
* Bump mingling version to 0.1.3魏曹先生2026-04-012-2/+2
* Update example code in README files魏曹先生2026-04-011-9/+17
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-1/+1