Closed Milo123459 closed 3 years ago
https://docs.rs/clap/2.33.3/clap/enum.ErrorKind.html#variant.VersionDisplayed
I'd just use from_args instead of from_arg_safe in main, as that's the result in main that should print this unwanted text.
Let me try.
Works. Thank you!
Example:
Code: https://github.com/Milo123459/salt