2
0
Fork 0
mirror of https://github.com/clap-rs/clap synced 2024-12-18 00:23:11 +00:00
clap/src/app
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 .
2017-01-30 18:33:48 +01:00
..
help.rs fix: allow final word to be wrapped in wrap_help 2017-01-30 18:33:48 +01:00
macros.rs Fix finding required arguments in group arguments () 2017-01-29 18:14:04 -08:00
meta.rs chore: rustfmt run 2016-11-20 14:47:04 -05:00
mod.rs doc: Fix typo 2017-01-08 23:45:03 +01:00
parser.rs chore: clippy run 2017-01-29 21:19:00 -05:00
settings.rs chore: clippy run 2017-01-29 21:19:00 -05:00