aboutsummaryrefslogtreecommitdiff
path: root/mingling_core
Commit message (Expand)AuthorAgeFilesLines
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
* Bump version to 0.1.6魏曹先生2026-04-192-2/+2
* Make async an optional feature魏曹先生2026-04-195-31/+186
* Reorganize dependencies into feature-specific groups魏曹先生2026-04-181-2/+6
* Fix Windows UTF-16 argument handling in PowerShell completion魏曹先生2026-04-172-1/+22
* Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
* Update toml dependency to version 1.1.2魏曹先生2026-04-142-13/+7
* Add script support to run-tools utilities魏曹先生2026-04-141-1/+1
* Add Pickable implementation for enums with EnumTag trait魏曹先生2026-04-131-1/+3
* Remove comp module and add EnumTag derive macro魏曹先生2026-04-133-0/+15
* Update completion script generation API魏曹先生2026-04-131-20/+16
* Improve PowerShell completion script parsing and output handlingWeicao-CatilGrass2026-04-121-56/+91
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-122-18/+24
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-122-32/+73
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-123-3/+3
* Add ShellContext helper methods for completion logic魏曹先生2026-04-123-1/+153
* Filter out __comp node and improve debug logging in completion helper魏曹先生2026-04-121-11/+16
* Add dev tools to generate example documentation魏曹先生2026-04-111-0/+3
* Remove workspace Cargo.lock and add per-example lockfiles魏曹先生2026-04-111-1/+209
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-117-25/+25
* Add debug feature flag to trace_ctx function魏曹先生2026-04-111-0/+1
* Implement basic command completion with shell support魏曹先生2026-04-114-21/+252
* Add debug logging feature with env_logger integration魏曹先生2026-04-112-0/+108
* Add shell completion script generation feature魏曹先生2026-04-1111-26/+428
* Add completion macro infrastructure without logic魏曹先生2026-04-105-1/+43
* Rename DefaultProgram to ThisProgram and remove ThisProgram marker魏曹先生2026-04-093-5/+0
* Add basic completion module with shell integration魏曹先生2026-04-097-1/+405
* Implement mingling::this function魏曹先生2026-04-084-45/+114
* Add Debug and Clone traits to Flag struct魏曹先生2026-04-071-0/+1
* Bump version to 0.1.5 and use local dependencies魏曹先生2026-04-071-1/+1
* Add general renderer support with serialization formats魏曹先生2026-04-0516-17/+517
* Handle empty flag in special_arguments macro魏曹先生2026-04-041-1/+17
* Add vector pickers魏曹先生2026-04-043-2/+322
* Add allow attribute for clippy::type_complexity lint魏曹先生2026-04-011-0/+1
* Add documentation for mingling_core魏曹先生2026-04-0114-14/+205
* Add early exit for renderer not found in execution loop魏曹先生2026-04-011-0/+9
* Add default error handling methods to ProgramCollect trait魏曹先生2026-04-012-3/+4
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-0115-218/+238
* Update mingling_core to version 0.1.2 and use local dependencies魏曹先生2026-03-313-4/+8
* Add From<()> implementation for Flag魏曹先生2026-03-311-0/+6
* Update workspace dependencies and feature structure魏曹先生2026-03-313-191/+4
* Add argument parser module with picker API魏曹先生2026-03-303-2/+4
* Use published mingling_core dependency instead of local path0.1.1魏曹先生2026-03-292-3/+3
* Add mingling crate with core re-export and documentation魏曹先生2026-03-292-7/+2
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-2922-0/+1604