aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/exec.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate exit code control to resource-based systemWeicao-CatilGrass2026-05-131-2/+2
* Add lifecycle hooks to program execution魏曹先生2026-05-091-14/+100
* Replace explicit return with trailing expression魏曹先生2026-05-081-0/+1
* Add dispatch tree feature for fast argument matching魏曹先生2026-05-071-9/+21
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-251-0/+35
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-23/+18
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-221-47/+29
* Make async an optional feature魏曹先生2026-04-191-0/+61
* Apply clippy suggestions and remove unused serde dependency魏曹先生2026-04-111-6/+6
* Implement basic command completion with shell support魏曹先生2026-04-111-4/+5
* Add shell completion script generation feature魏曹先生2026-04-111-21/+2
* Implement mingling::this function魏曹先生2026-04-081-4/+6
* Add general renderer support with serialization formats魏曹先生2026-04-051-10/+30
* Add allow attribute for clippy::type_complexity lint魏曹先生2026-04-011-0/+1
* Add documentation for mingling_core魏曹先生2026-04-011-0/+1
* 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-011-3/+2
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-33/+36
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-291-0/+126