Skip to content

Is there a way to use ArgGroup with #[derive(Clap)]? #2186

Answered by pksunkara
ajeetdsouza asked this question in Q&A
Discussion options

You must be logged in to vote

You can make them option since they are all optional

    #[clap(group = "g", long)]
    bar: Option<String>,
    #[clap(group = "g", long)]
    baz: Option<bool>,

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by pksunkara
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