Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Help): adds new short hand way to use source formatting and igno…
…re term width in help messages Prior to this commit if one wished to use source formatting and ignore term width they could do `App::set_term_width(usize::MAX)` now one can also use `App::set_term_width(0)` which does the same thing. Closes #625
- Loading branch information