akamensky / argparse

Argparse for golang. Just because `flag` sucks
MIT License
604 stars 62 forks source link

Multiline descriptions and help messages #85

Closed Gueckmooh closed 3 years ago

Gueckmooh commented 3 years ago

This allows to break the description and help messages without messing up the formatting. Closes #70

Gueckmooh commented 3 years ago

It could be valuable to have a field in Command struct which may define the default padding for the description message instead of having only the wide padding calculated in precedingCommands2Result.