2017-07-20 03:10:23 +00:00
<!--
Please use the following template to assist with creating an issue and to ensure a speedy resolution. If an area is not applicable, feel free to delete the area or mark with `N/A`
-->
2016-11-12 17:21:10 +00:00
### 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
2020-04-22 18:14:47 +00:00
Compile clap with `debug` feature:
2016-11-12 17:21:10 +00:00
```toml
[dependencies]
2020-04-22 18:14:47 +00:00
clap = { version = "*", features = ["debug"] }
2016-11-12 17:21:10 +00:00
```
2020-04-22 18:14:47 +00:00
2016-11-12 17:21:10 +00:00
The output may be very long, so feel free to link to a gist or attach a text file
2018-06-12 13:55:44 +00:00
< details >
< summary > Debug Output < / summary >
< pre >
< code >
Paste Debug Output Here
< / code >
< / pre >
< / details >