aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/flag.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor flag argument macros for better performanceWeicao-CatilGrass20 hours1-28/+24
* Enhance code quality across the entire codebaseWeicao-CatilGrass46 hours1-1/+1
* Add lifecycle hooks to program execution魏曹先生2026-05-091-1/+1
* Remove redundant generic parameter from Program struct魏曹先生2026-04-251-6/+3
* Change global argument and flag handlers to FnMut魏曹先生2026-04-141-4/+4
* Add ShellContext helper methods for completion logic魏曹先生2026-04-121-0/+6
* Add Debug and Clone traits to Flag struct魏曹先生2026-04-071-0/+1
* Handle empty flag in special_arguments macro魏曹先生2026-04-041-1/+17
* Add vector pickers魏曹先生2026-04-041-0/+320
* Add documentation for mingling_core魏曹先生2026-04-011-0/+41
* Replace typeid-based dispatch with enum-based dispatch魏曹先生2026-04-011-3/+6
* Add From<()> implementation for Flag魏曹先生2026-03-311-0/+6
* Add argument parser module with picker API魏曹先生2026-03-301-0/+2
* Rename mingling to mingling_core and update dependencies魏曹先生2026-03-291-0/+148