aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src
Commit message (Expand)AuthorAgeFilesLines
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-256-0/+67
* Remove redundant generic parameter from Program struct魏曹先生2026-04-257-86/+59
* fix: Add explicit type annotation to collect call in ProgramWeicao-CatilGrass2026-04-241-1/+1
* Revert ChainProcess changes from commit 3785202魏曹先生2026-04-221-1/+4
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-228-165/+169
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
* Make async an optional feature魏曹先生2026-04-193-7/+185
* Fix Windows UTF-16 argument handling in PowerShell completion魏曹先生2026-04-171-1/+13
* Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
* 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
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass2026-04-121-2/+2
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass2026-04-121-3/+16
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生2026-04-122-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
* 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-111-0/+104
* Add shell completion script generation feature魏曹先生2026-04-116-25/+139
* 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-096-0/+403
* Implement mingling::this function魏曹先生2026-04-083-45/+112
* Add Debug and Clone traits to Flag struct魏曹先生2026-04-071-0/+1
* Add general renderer support with serialization formats魏曹先生2026-04-0514-16/+328
* Handle empty flag in special_arguments macro魏曹先生2026-04-041-1/+17
* Add vector pickers魏曹先生2026-04-041-0/+320
* 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-311-2/+6
* Add From<()> implementation for Flag魏曹先生2026-03-311-0/+6
* Update workspace dependencies and feature structure魏曹先生2026-03-311-14/+0
* Add argument parser module with picker API魏曹先生2026-03-301-0/+2
* Add mingling crate with core re-export and documentation魏曹先生2026-03-291-6/+1
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-2918-0/+1076