clap/.github/ISSUE_TEMPLATE.md
2016-11-12 12:21:10 -05:00

701 B

Please use the following template to assist with creating an issue, and getting a speedy resolution. If an area is not aplicable, feel free to delete the area, or mark with N/A

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 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