Handling redundant '=' characters in short options. #5824
-
Here's the scenario... Rust Coreutils is aiming to be a drop-in re-implementation of GNU Coreutils, including generating identical errors for malformed inputs. One case that is currently not implemented correctly is when a client includes a redundant '=' between a short command option and its argument. e.g.
vs with RustCoreUtils...
Digging deeper, it doesn't seem obvious how to mimic the GNU behavior even with a custom
Maybe there's a way to already achieve what we're trying to do? Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Discussion on this is happening in #3030. |
Beta Was this translation helpful? Give feedback.
Discussion on this is happening in #3030.