Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14_groups example panics at 'ArgGroup 'vers' can not have same name as arg inside it' #295

Closed
huonw opened this issue Oct 1, 2015 · 1 comment
Labels
C-bug Category: Updating dependencies

Comments

@huonw
Copy link
Contributor

huonw commented Oct 1, 2015

$ cargo clean
$ cargo run --example 14_groups 
   Compiling strsim v0.4.0
   Compiling bitflags v0.3.2
   Compiling ansi_term v0.6.3
   Compiling clap v1.4.3 (file:///home/huon/projects/kbknapp/clap-rs)
     Running `target/debug/examples/14_groups`
thread '<main>' panicked at 'ArgGroup 'vers' can not have same name as arg inside it', src/args/group.rs:146
@Vinatorul Vinatorul added C-bug Category: Updating dependencies D: easy labels Oct 1, 2015
@Vinatorul
Copy link
Contributor

Nice catch, thank you!
There is a mistake in example.

kbknapp added a commit that referenced this issue Oct 1, 2015
homu added a commit that referenced this issue Oct 1, 2015
docs: fixes panic in 14_groups example

Closes #295
@homu homu closed this as completed in #296 Oct 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Updating dependencies
Projects
None yet
Development

No branches or pull requests

2 participants