aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ShellContext helper methods for completion logic魏曹先生9 hours7-18/+336
* Filter out __comp node and improve debug logging in completion helper魏曹先生9 hours1-11/+16
* Update documentation for features and examples魏曹先生11 hours1-2/+7
* Fix example doc comment indentation and header trimming魏曹先生11 hours2-118/+118
* Add dev tools to generate example documentation魏曹先生11 hours9-158/+608
* Update project name and add shadow icon魏曹先生13 hours2-1/+1
* Add project branding and update README structure魏曹先生13 hours6-8/+196
* Add example projects section to README魏曹先生14 hours1-0/+7
* Mark completion feature as implemented in roadmap魏曹先生14 hours1-1/+1
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生14 hours12-761/+1057
* Apply clippy suggestions and remove unused serde dependency魏曹先生14 hours8-28/+25
* Rename boolean enums and simplify pick_bool function魏曹先生14 hours1-44/+33
* Remove serde dependency from example projects魏曹先生14 hours3-3/+0
* Add example-completion and update workspace dependencies魏曹先生15 hours7-4/+139
* Add debug feature flag to trace_ctx function魏曹先生15 hours1-0/+1
* Implement basic command completion with shell support魏曹先生15 hours5-23/+254
* Add debug logging feature with env_logger integration魏曹先生15 hours5-1/+292
* Add shell completion script generation feature魏曹先生17 hours12-26/+438
* Add completion system with shell context and dispatcher integration魏曹先生34 hours7-122/+160
* Add completion macro infrastructure without logic魏曹先生41 hours8-106/+175
* Update roadmap and documentation links魏曹先生3 days1-4/+6
* Switch from published mingling crate to local workspace dependency魏曹先生3 days8-69/+28
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生3 days9-37/+32
* Add basic completion module with shell integration魏曹先生3 days13-2/+678
* Implement mingling::this function魏曹先生3 days5-45/+115
* Remove unused input module魏曹先生5 days1-2/+0
* Add YesOrNo and TrueOrFalse pickable boolean types魏曹先生5 days3-0/+145
* Add Debug and Clone traits to Flag struct魏曹先生5 days1-0/+1
* Bump version to 0.1.5 and use local dependencies魏曹先生5 days3-19/+19
* Add example output to general renderer doc comment魏曹先生6 days1-0/+8
* Add workspace configuration and examples魏曹先生6 days10-0/+813
* Remove check_all.sh script魏曹先生6 days1-19/+0
* Replace length checks with `is_empty` and `?` operator魏曹先生6 days2-12/+8
* Update mingling_core and mingling_macros to version 0.1.3魏曹先生6 days3-2/+10
* Add check_all script and simplify attribute parsing魏曹先生6 days2-8/+25
* Add CLI program for managing dispatchers魏曹先生6 days5-0/+399
* Remove unused InputField struct魏曹先生6 days1-1/+0
* Add Groupped derive macro for automatic trait implementation魏曹先生6 days3-0/+86
* Add documentation for basic usage and parser feature魏曹先生7 days3-0/+313
* Replace unsafe unwrap with unwrap_unchecked in renderer macro魏曹先生7 days1-1/+3
* Mark general renderers as completed in roadmap魏曹先生7 days1-1/+1
* Add general renderer support with serialization formats魏曹先生7 days28-29/+960
* Add `after` method to picker structs for post-processing魏曹先生8 days1-13/+26
* Add error routing to Picker with generic route type魏曹先生8 days1-14/+178
* Handle empty flag in special_arguments macro魏曹先生8 days2-3/+24
* Add vector pickers魏曹先生8 days7-22/+427
* Update Cargo.lock with registry source and checksums for local crates魏曹先生11 days1-0/+4
* Update mingling_core and mingling_macros to version 0.1.20.1.3魏曹先生11 days1-2/+2
* Add documentation for public items in lib and parser modules魏曹先生11 days3-2/+36
* Add allow attribute for clippy::type_complexity lint魏曹先生11 days1-0/+1