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

@@ -106,8 +106,8 @@ Arguments:
version Version of the rock.
Options:
-f <from>, --from <from>
Fetch the rock from this server.
-f <from>, Fetch the rock from this server.
--from <from>
-h, --help Show this help message and exit.
]], get_output("foo install --help"))
end)