android13/external/rust/crates/clap/.github/ISSUE_TEMPLATE.md

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

Bug or Feature Request Summary

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"] }
Debug Output

Paste Debug Output Here