Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Let multiples single letter arguments be chained. #13

Merged
merged 2 commits into from
Dec 24, 2022

Conversation

Arkaeriit
Copy link
Contributor

This enable, for example, to do
rem --rm-mode -vf to enable both verbose and
force mode in a single argument. This is
important for GNU rm compatibility as rm -fr is
a very common call.

This enable, for example, to do
`rem --rm-mode -vf` to enable both verbose and
force mode in a single argument. This is
important for GNU rm compatibility as `rm -fr` is
a very common call.
@quackduck quackduck merged commit 3b5c884 into quackduck:main Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants