Add help_max_width property for help description autowrapping.

This commit is contained in:
Peter Melnichenko
2018-04-08 19:03:25 +03:00
parent 8a3faf3a3e
commit 488a8e59a0
3 changed files with 177 additions and 0 deletions

View File

@@ -20,6 +20,8 @@
usage string autogeneration.
* Added `help_usage_margin` and `help_description_margin` properties
for configuring help string autogeneration.
* Added `help_max_width` property. If set, descriptions in help string
are automatically wrapped to fit into given number of columns.
### Improvements