aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add repl feature flag across workspace crates魏曹先生2026-05-033-1/+3
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-025-4/+117
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-028-74/+107
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
* Use specific features in dev-dependency魏曹先生2026-05-021-1/+1
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-0212-104/+921
* Add documentation for fallback mechanisms魏曹先生2026-05-023-0/+279
* Remove `full` feature from all crates魏曹先生2026-05-024-5/+2
* Add nightly feature flag for Rust nightly-only functionality魏曹先生2026-05-024-0/+18
* Rename and update "Get Started" to "Creating your first Program"魏曹先生2026-05-013-8/+9
* Fix README examples to use AsPicker trait instead of Picker魏曹先生2026-05-013-11/+7
* Add `AsPicker` trait for types convertible to `Vec<String>`魏曹先生2026-04-303-1/+77
* 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