aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/dispatcher_clap.rs
Commit message (Expand)AuthorAgeFilesLines
* 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 `dispatcher_clap` attribute macro behind `clap_parser` feature魏曹先生2026-04-251-0/+188