Mostyn Bramley-Moore 4fd56cb22d Add word-wrap support, with wrap length provided by the user
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>
2022-05-23 20:42:16 +02:00
2022-05-18 23:20:47 -04:00
2022-04-25 22:21:46 -04:00
2022-05-23 07:44:58 -04:00
2022-05-23 07:44:58 -04:00
2022-05-08 20:49:08 -04:00
2022-05-06 22:23:17 -04:00
2022-05-01 23:02:05 -04:00
2022-04-23 22:07:16 -04:00
2022-04-23 22:07:16 -04:00
2022-04-25 23:09:17 -04:00
2021-04-05 07:57:41 -04:00
2022-05-01 23:02:05 -04:00
2022-04-23 22:07:16 -04:00
2022-05-18 23:17:57 -04:00
2020-03-03 13:06:34 +01:00
2019-09-13 05:17:24 +05:30
2019-09-13 05:17:24 +05:30

cli

GoDoc codebeat Go Report Card codecov

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
No description provided
Readme 7 MiB
Languages
Go 99.5%
Makefile 0.3%
Shell 0.1%