aboutsummaryrefslogtreecommitdiff
path: root/mingling/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add general renderer support with serialization formats魏曹先生2026-04-053-0/+5
* 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-042-11/+100
* 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
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-1/+1
* Rename chain_struct macro to pack魏曹先生2026-03-311-1/+1
* Add Argument type to picker builtins and expose Picker魏曹先生2026-03-313-2/+22
* Update workspace dependencies and feature structure魏曹先生2026-03-311-0/+13
* Add argument parser module with picker API魏曹先生2026-03-305-1/+274
* Add mingling crate with core re-export and documentation魏曹先生2026-03-291-0/+2
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-2918-1076/+0
* Replace ChainProcess type alias with enum魏曹先生2026-03-292-46/+74
* Add `full` feature and rename `serde_renderer` to `general_renderer`魏曹先生2026-03-293-7/+9
* Fix indentation and formatting in program modules魏曹先生2026-03-293-12/+11
* Remove ProgramEnd and NoChainFound hint markers魏曹先生2026-03-292-24/+4
* Apply clippy fixes魏曹先生2026-03-297-28/+19
* Add fallback dispatcher for missing renderers.魏曹先生2026-03-294-6/+63
* Completed the first preliminary usable version of the Mingling魏曹先生2026-03-2911-29/+577
* Add initial Mingling framework codebase魏曹先生2026-03-2815-0/+471