Replies: 1 comment 1 reply
-
Are you suggesting to replace |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enum variants are statically known and we control the parser. If we derive
from_os_str
and use that, it will bypass needing to do UTF-8 validation.Unsure if we'd get value out of doing similar for subcommands because of how they are parsed.
Beta Was this translation helpful? Give feedback.
All reactions