mirror of
https://github.com/clap-rs/clap
synced 2025-03-05 07:47:40 +00:00
1 KiB
1 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | An issue with clap, clap_derive or clap_generate | T: bug |
Rust Version
Use the output of rustc -V
Affected Version of clap*
Can be found in Cargo.lock or Cargo.toml of your project (i.e. grep clap Cargo.lock
). PLEASE DO NOT PUT "latest" HERE, use precise version. Put master
(or other branch) if you're using the repo directly.
Actual Behavior Summary
When I do like this, that is happening and I think it shouldn't.
If a project of yours is blocked due to this bug, please, mention it explicitely.
Expected Behavior Summary
I think this should happen instead.
Steps to reproduce the issue
- Write this code '...'
- Run
cargo run
'....' - See error
Additional context
Add any other context about the problem here.