Add help_vertical_space Parser property

Sets number of extra newlines to insert between help strings
for different elements within a help group. Inherited by commands.
This commit is contained in:
Peter Melnichenko
2018-04-08 15:44:43 +03:00
parent 46d9182184
commit a04899a485
3 changed files with 105 additions and 4 deletions

View File

@@ -13,6 +13,9 @@
* Added `:group(name, ...)` method to Parser and Command objects, allowing
custom grouping of arguments, options, and commands in autogenerated
help string.
* Added `help_vertical_space` property for configuring number of extra
newlines between help strings for different arguments and options in
autogenerated help string.
### Improvements