clap/src
Martin Geisler 564c5f0f17 fix: allow final word to be wrapped in wrap_help
Before, inserting a newline did not move the prev_space index forward.
This meant that the next word was measured incorrectly since the
length was measured back to the word before the newly inserted
linebreak.

Fixes #828.
2017-01-30 18:33:48 +01:00
..
app fix: allow final word to be wrapped in wrap_help 2017-01-30 18:33:48 +01:00
args chore: clippy run 2017-01-29 21:19:00 -05:00
completions style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
errors.rs chore: rustfmt run 2016-11-20 14:47:04 -05:00
fmt.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
lib.rs docs: fix spelling of "guaranteed" 2017-01-07 20:18:59 -06:00
macros.rs chore: clippy run 2017-01-29 21:19:00 -05:00
osstringext.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
strext.rs style: rustfmt run 2016-05-06 17:52:23 -04:00
suggestions.rs Fix linting errors from rustc 1.14.0 2016-10-04 12:26:51 -04:00
usage_parser.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00