aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix comment and constrain ProgramCollect generic bounds魏曹先生2026-04-293-3/+3
* Use small integer repr for gen_program! enum魏曹先生2026-04-294-10/+25
* Rename docsify_sidebar_gen to docsify-sidebar-gen魏曹先生2026-04-291-0/+0
* Fix typo "Unrusted" to "Untrusted" and reflow code formatting魏曹先生2026-04-292-20/+22
* Add docsify sidebar generation tool and update Chinese docs魏曹先生2026-04-283-2/+147
* Rebuild and rewrite the documentation site infrastructure魏曹先生2026-04-2825-1179/+1203
* Apply clippy suggestions for code simplification魏曹先生2026-04-286-21/+12
* se internal ugly naming convention for generated structs魏曹先生2026-04-284-11/+28
* Remove extra newline in list printing魏曹先生2026-04-281-1/+1
* Remove implicit help print and add version flag魏曹先生2026-04-282-6/+5
* Add terminal colored rendering and guide text魏曹先生2026-04-285-8/+470
* Rename refresh command to install魏曹先生2026-04-282-9/+9
* Add scaffolding CLI tool `mling`魏曹先生2026-04-2815-9/+1547
* Fix bool parsing ignoring explicit `--value true` flag魏曹先生2026-04-282-11/+7
* Extract `build_comp_script` logic into `build_comp_script_to`魏曹先生2026-04-282-4/+24
* Remove root-level Cargo.toml and main.rs魏曹先生2026-04-286-43/+828
* Simplify Picker API by removing generic parameter and route types魏曹先生2026-04-285-141/+426
* Add global resource system to Program魏曹先生2026-04-278-3/+203
* Add `route!` macro for early error routing魏曹先生2026-04-273-0/+50
* Add simple CLI example to README魏曹先生2026-04-271-1/+47
* Remove unused `ChainProcess` import in examples魏曹先生2026-04-273-6/+3
* Update README with simple CLI example and restructure documentationWeicao-CatilGrass2026-04-271-1/+47
* Remove `marker::NextProcess` and generate it via `gen_program!`Weicao-CatilGrass2026-04-2715-114/+59
* Remove PickableEnum comment blockWeicao-CatilGrass2026-04-271-4/+0
* Update README example to use new v0.1.7 API featuresWeicao-CatilGrass2026-04-262-42/+134
* Update project description and example doc orderingWeicao-CatilGrass2026-04-265-54/+51
* Fix feature name from clap_parser to clap in dispatcher macro魏曹先生2026-04-261-2/+2
* Fix version number typo for Clap Parser Support魏曹先生2026-04-262-2/+2
* Update CHANGELOG example to show optional `dispatcher_clap` attributes魏曹先生2026-04-261-1/+3
* Rename feature `clap_parser` to `clap`魏曹先生2026-04-267-11/+11
* Update changelog to document clap help print behaviour魏曹先生2026-04-261-4/+6
* Add clap_parser feature to mingling_core with help output behavior魏曹先生2026-04-264-4/+35
* Remove intermediate buffer in help output魏曹先生2026-04-261-4/+1
* Add early return for help flag in dispatcher_clap macro魏曹先生2026-04-261-0/+6
* Change `help` option to accept a boolean value instead of a struct魏曹先生2026-04-261-22/+29
* Support explicit program name and help struct in dispatcher_clap魏曹先生2026-04-261-123/+210
* Update macro syntax from positional to keyword error argument魏曹先生2026-04-251-8/+16
* Add help system with `#[help]` macro and `HelpRequest` trait魏曹先生2026-04-2510-0/+309
* Complete clap_parser macro and update changelog, readme魏曹先生2026-04-254-4/+24
* Add `dispatcher_clap` attribute macro behind `clap_parser` feature魏曹先生2026-04-253-0/+199
* Add clap_parser feature and refactor dispatcher macro internals魏曹先生2026-04-255-29/+20
* Refactor picker to return single values instead of single-element tuples魏曹先生2026-04-253-50/+161
* Remove mingling_cli crate魏曹先生2026-04-256-423/+0
* Add build-all scripts for PowerShell and Bash魏曹先生2026-04-252-0/+16
* Add async example demonstrating tokio integration魏曹先生2026-04-2510-9/+152
* Remove redundant generic parameter from Program struct魏曹先生2026-04-2511-92/+69
* Rename dispatcher_chain.rs to dispatcher.rs魏曹先生2026-04-252-2/+2
* Add docsify flexible alerts plugin and update callout syntaxWeicao-CatilGrass2026-04-245-6/+20
* Restore starting directory after PowerShell script executionWeicao-CatilGrass2026-04-243-0/+6
* Update CHANGELOG to mark release 0.1.6 as yanked0.1.6-yankedWeicao-CatilGrass2026-04-241-1/+1