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

all: enable infer long arguments in clap #2936

Merged
merged 3 commits into from
Jan 29, 2022

Conversation

tertsdiepraam
Copy link
Member

Closes #2931

Enables AppSettings::InferLongArgs on almost all utils.

@sylvestre
Copy link
Contributor

it would be nice to have a few tests for this :)
(not for all but just to make sure we don't regress in the future)

@tertsdiepraam
Copy link
Member Author

You're right. I added some tests for this to 10 utils or so (until I got bored 😄)

@sylvestre
Copy link
Contributor

And
Warning: Changes from main: PASS +4 / FAIL -1 / ERROR -1 / SKIP -2
bravo :)

@sylvestre sylvestre merged commit cbc7da3 into uutils:main Jan 29, 2022
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.

GNU utilities match unambiguous prefixes of long options but uutils utilities don't
2 participants