Skip to content

v0.2.0

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 08 Oct 22:28
· 94 commits to master since this release
a972613

#11: CLI help printer that can wrap text while preserving indentations in tables.

To use, you can manually override the templates and HelpPrinter functions of the cli, or use entrypoint.NewApp() to construct the cli app which will take care of applying the modifications. You can also modify the line width by changing entrypoint.HelpTextLineWidth (defaults to 80).