aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update changelog for 0.1.6 with Windows build fix and cautionWeicao-CatilGrass2026-04-241-1/+5
* fix: Add explicit type annotation to collect call in ProgramWeicao-CatilGrass2026-04-241-1/+1
* Add PowerShell scripts for running Clippy on Rust projectsWeicao-CatilGrass2026-04-242-0/+12
* Revert ChainProcess changes from commit 3785202魏曹先生2026-04-221-1/+4
* Add workspace configuration and update dependencies魏曹先生2026-04-2211-572/+77
* Add new_with_args and dispatch_args_dynamic to Program魏曹先生2026-04-2212-250/+187
* Rename and refactor clippy scripts魏曹先生2026-04-222-4/+2
* Sync README.md魏曹先生2026-04-221-1/+1
* Bump mingling version to 0.1.7 and use local dependencies魏曹先生2026-04-2111-49/+25
* Update README with link for version 0.1.6魏曹先生2026-04-201-1/+1
* Update core and macros dependencies to version 0.1.60.1.6魏曹先生2026-04-2012-18/+46
* Add clippy scripts and apply clippy suggestions魏曹先生2026-04-205-18/+32
* Update version badge to 0.1.6魏曹先生2026-04-202-2/+2
* Update example to use synchronous program execution魏曹先生2026-04-201-3/+2
* Remove async from main example in README魏曹先生2026-04-201-3/+2
* Add async feature documentation魏曹先生2026-04-206-2/+121
* Add intro section and remove phantom renderers from docs魏曹先生2026-04-202-24/+6
* Add initial CHANGELOG.md for release 0.1.6魏曹先生2026-04-201-0/+39
* Register type in Groupped derive macro魏曹先生2026-04-201-0/+2
* Make `pick_or` accept `Into<TNext>` for default value魏曹先生2026-04-201-4/+4
* Move type registration to pack! and Groupped macros魏曹先生2026-04-206-49/+31
* Add missing import for std::env on non-Windows platforms魏曹先生2026-04-191-0/+3
* Bump version to 0.1.6魏曹先生2026-04-1911-23/+23
* Remove unnecessary `.into()` calls in chain functions魏曹先生2026-04-192-8/+8
* Support both async and sync functions with async feature enabled魏曹先生2026-04-191-24/+38
* Remove async from dispatcher parsing functions魏曹先生2026-04-192-6/+5
* Add documentation for the general_renderer feature魏曹先生2026-04-191-0/+70