We could try to automatically detect the terminal width and wrap at that point, but this would increase the binary footprint for all users even if not using this feature. Instead, we can allow users to specify their preferred line length limit (if any), and those who want to bear the cost of checking the terminal size can do so if they wish. This also makes the feature more testable. Original patch by Sascha Grunert <sgrunert@suse.com>
cli
cli is a simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way.
Documentation
More documentation is available in ./docs
or the hosted
documentation site at https://cli.urfave.org.
License
See LICENSE
Description
Languages
Go
99.5%
Makefile
0.3%
Shell
0.1%