aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/program/flag.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore: add "Doc Not Optimize" comments to source files魏曹先生2 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* refactor(core): improve code style and public API clarity魏曹先生5 days1-9/+9
| | | | | | | | | | | | | | | | Replace bool-based settings with enums, refine visibility and signatures, and standardize `Self` usage across the crate. - Introduce `ErrorOutput`, `RenderOutput`, `PanicSilence`, `Verbosity`, `ColorOutput`, and `ProgressOutput` enums for clearer configuration semantics - Make `GlobalResources`, `ProgramCell`, and `split_input`/`split_input_string` public - Change hook info parameters to accept references and `split_input_string` to take `&str` - Apply `Self` shorthand throughout implementations and add `#[must_use]` attributes where appropriate - Enable strict clippy lints with targeted allowances
* Move flag tests to separate module and clean up deref patterns魏曹先生2026-06-241-360/+1
|
* Add unit and integration tests for mingling_coreWeicao-CatilGrass2026-06-091-0/+53
|
* Refactor flag argument macros for better performanceWeicao-CatilGrass2026-06-011-28/+24
|
* Enhance code quality across the entire codebaseWeicao-CatilGrass2026-05-311-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 `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