-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
df: -h -H shouldn't cause an error #3366 #3414
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
Conversation
Looks good, but could you maybe extend this to all arguments? Then we don't have to go back and fix those later. All arguments should override themselves and the arguments they now conflict with. For example,
should work and also
should override each other. |
No problem. By the way,
|
Thanks for fixing this! I'll open an issue for the |
I finished. |
But if we want all utils to work exactly like their GNU couterpart we need to do this with all of them: GNU:
uutils:
|
not a big deal but please try to avoid screenshots: search isn't able to parse the content :) |
Sorry about that |
don't be, it isn't a big deal :) |
Yep, it's an ongoing effort :) Feel free to do this for more utils if you want! |
A test for sort is failing the CI, which is weird since I didn't touch anything related to it.
|
CI is now passing |
Almost ready to merge, but there's a chance one of the tests ( |
Ok |
Yeah, some tests are flaky. We reran the failed checks. |
The FreeBSD testsuite failed while installing packages
|
not your fault, thanks |
Cool, seems that it fixed a GNU test:
|
Solve issue #3366. Make -h and -H override each other (the latest take the priority)