1<!-- 2Please 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` 3--> 4 5### Rust Version 6 7* Use the output of `rustc -V` 8 9### Affected Version of clap 10 11* Can be found in Cargo.lock of your project (i.e. `grep clap Cargo.lock`) 12 13### Bug or Feature Request Summary 14 15 16### Expected Behavior Summary 17 18 19### Actual Behavior Summary 20 21 22### Steps to Reproduce the issue 23 24 25### Sample Code or Link to Sample Code 26 27 28### Debug output 29 30Compile clap with cargo features `"debug"` such as: 31 32```toml 33[dependencies] 34clap = { version = "2", features = ["debug"] } 35``` 36 37<details> 38<summary> Debug Output </summary> 39<pre> 40<code> 41 42Paste Debug Output Here 43 44</code> 45</pre> 46</details> 47