clap/.github/ISSUE_TEMPLATE.md
Pavan Kumar Sunkara f0074752b9 Improve debug logs
2020-04-22 20:56:35 +02:00

805 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

Debug output

Compile clap with debug feature:

[dependencies]
clap = { version = "*", features = ["debug"] }

The output may be very long, so feel free to link to a gist or attach a text file

Debug Output

Paste Debug Output Here