Split labels for multi-alias options into lines in help string

This commit is contained in:
Peter Melnichenko
2018-04-08 15:03:56 +03:00
parent 5c1a6896fc
commit 8baabbbe23
4 changed files with 137 additions and 24 deletions

View File

@@ -18,6 +18,9 @@
* `--` can now be used as a normal option name, with arguments
after `--` always passed to it verbatim (#17).
* When generating help messages for options with arguments and multiple
aliases, usage strings for different aliases are put on separate lines and
vertically aligned (#15).
## 0.5.0 (2015-12-09)