Skip to content

Enum option parsing must be infallible? #5303

Answered by epage
stevenengler asked this question in Q&A
Discussion options

You must be logged in to vote

Errors are supported but they must be compatible with clap's errors ('static + Send + Sync) and must be able to be shown to the user (Display).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stevenengler
Comment options

Answer selected by stevenengler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants