mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
711 B
711 B
Rust Version
- Use the output of
rustc -V
Affected Version of clap
- Can be found in Cargo.lock of your project (i.e.
grep clap Cargo.lock
)
Expected Behavior Summary
Actual Behavior Summary
Steps to Reproduce the issue
Sample Code or Link to Sample Code
Debug output
Compile clap with cargo features "debug"
such as:
[dependencies]
clap = { version = "2", features = ["debug"] }
The output may be very long, so feel free to link to a gist or attach a text file