clihelp
The colored --help renderer shared by the fast* utils, extracted after
all of them independently reinvented the same Row/Section/paint help page.
Usage
use ;
let page = new
.usage
.usage
.blurb
.section
.section;
page.print;
ColorWhen also resolves the -L/--color <auto|always|never> flag pattern
shared by these tools:
let color = parse?.resolve;
For output that doesn't fit the flag-table model, free-form prose sections,
or coloring numbers outside the help page entirely; clihelp::header() and
clihelp::paint() expose the same palette directly.
Install
[]
= "0.1"
License
GPL-3.0-or-later, matching the tools that use it.