-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrapper: add squeeze_whitespace option
With this option, whitespace between words can be significant. That is, whitespace added for alignment purposes can be kept in the output. This means that wrapping strings like -v: be very verbose and output lots of messages --foo: inject extra foos in the output --foobar: enable the foobar optimization (if possible) can end up looking like -v: be very verbose and output lots of messages --foo: inject extra foos in the output --foobar: enable the foobar optimization (if possible) Fixes #28. Related to clap-rs/clap#617.
- Loading branch information
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters