Skip to content

feature: chained letter arguments#249

Merged
g105b merged 5 commits intomasterfrom
34-chained-letters
Mar 8, 2026
Merged

feature: chained letter arguments#249
g105b merged 5 commits intomasterfrom
34-chained-letters

Conversation

@g105b
Copy link
Member

@g105b g105b commented Mar 8, 2026

closes #34

ArgumentList now has the ability to take short-options that are "chained".

-czf myarchive.tar.gz now expands to -c -z -f myarchive.tar.gz

Added isChainedShortOption so only alphabetic short chains (e.g. -abc) are expanded, avoiding accidental changes to non-standard tokens.

@g105b g105b merged commit 84a1b72 into master Mar 8, 2026
51 checks passed
@g105b g105b deleted the 34-chained-letters branch March 8, 2026 23:28
@g105b g105b restored the 34-chained-letters branch March 9, 2026 09:13
@g105b g105b deleted the 34-chained-letters branch March 9, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Chained letter parameters

1 participant