Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide method to NOT wrap at any length #625

Closed
kbknapp opened this issue Aug 23, 2016 · 1 comment
Closed

Provide method to NOT wrap at any length #625

kbknapp opened this issue Aug 23, 2016 · 1 comment
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations

Comments

@kbknapp
Copy link
Member

kbknapp commented Aug 23, 2016

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 similar

cc rust-lang/rustup#657

@kbknapp kbknapp added C-enhancement Category: Raise on the bar on expectations P2: need to have A-help Area: documentation, including docs.rs, readme, examples, etc... labels Aug 23, 2016
@kbknapp
Copy link
Member Author

kbknapp commented Aug 25, 2016

This is added with #628

@homu homu closed this as completed in 7dfdaf2 Aug 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-help Area: documentation, including docs.rs, readme, examples, etc... C-enhancement Category: Raise on the bar on expectations
Projects
None yet
Development

No branches or pull requests

1 participant