| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Extract a simplified trait for types that consume exactly one
argument, with a blanket implementation of the existing Pickable trait
|
| | |
|
| | |
|
| |
|
|
|
| |
Return empty results when a single token is a flag with no inline value
separator, preventing false positive pick matches
|
| |
|
|
|
|
|
| |
Extract positional argument matching from ArgMatcher into a dedicated
matcher that respects the `--` terminator and skips flag-like tokens
before it. Add test suite covering basic, after-`--`, and Windows-style
behaviour.
|
| |
|
|
|
|
| |
Remove redundant comment lines from pick_string and replace explicit
escape mappings in arg macro with a catch-all that handles both literal
and control characters
|
|
|
Implement `Pickable` for `String` supporting both positional and named
flags, and generalize value matching to use style-specific separators
|