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

docs: add extension (short options with args) #4851

Merged
merged 1 commit into from
May 9, 2023

Conversation

cakebaker
Copy link
Contributor

This PR describes the use of = as a key/value separator in short options with arguments (e.g. ls -w=80) as an extension.

Closes #4846

@sylvestre sylvestre merged commit eb2655a into uutils:main May 9, 2023
@sylvestre
Copy link
Contributor

do you know if we do that for every programs?

@cakebaker cakebaker deleted the docs_add_extension branch May 9, 2023 11:26
@cakebaker
Copy link
Contributor Author

It's how clap works, though it's possible there are some exceptions.

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 coreutils doesn't handle "=" as a key/value separator in short options with arguments
2 participants