Provide method to NOT wrap at any length #625
Labels
A-help
Area: documentation, including docs.rs, readme, examples, etc...
C-enhancement
Category: Raise on the bar on expectations
Currently, clap wraps long help text lines at 120 chars if no term width can be determined (i.e. Windows). There should be a way for one to say, "Don't wrap at all" such as saying
App::set_term_width(0)
or something similarcc rust-lang/rustup#657
The text was updated successfully, but these errors were encountered: