-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cut: -d= works differently than gnu-cut #2424
Comments
This seems to be a limitation of the parsing done by the
If the method is a short and no space, the value can't be |
Isn't there an effort to migrate away from clap? I can't and don't really want to change the installer script for rust to be compatible with uutils-coreutils. https://github.com/rust-lang/rust-installer/blob/master/install-template.sh#L179 |
Quite the opposite 😄 We've been moving utils to clap. I agree however that we should support this. I see two paths forward (1) we work around clap or (2) we contribute a new setting to clap that disables this behaviour. I would prefer the second option, but we'll have to wait for clap 3 to be able to use it. |
I prefer (1). |
Agreed, my preference was more "in an ideal situation". I'm not quite sure how to work around it in this case, though, but it's probably possible. Might still be worth contributing to clap in the long term. They seem to welcome PR's even if they weren't discussed at length. I contributed |
gnu-cat:
uutils-cat:
Noticed while building rustc.
The text was updated successfully, but these errors were encountered: