aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/flag.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping
* 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