Releases: Yord/shargs-usage
Releases · Yord/shargs-usage
1.0.1
1.0.0
We are delighted to announce the availability of shargs-usage 1.0.0!
Release Summary
shargs-usage makes the following main contributions to the shargs ecosystem:
- A DSL for dynamically generating usage documentation based on command-line option objects (read more).
- Layout functions for layouting text on the console based on a predefined style, e.g.
defs,table, andtext(read more). - Usage functions for layouting given command-line options on the console, e.g.
optsDef,optsList, andsynopsis(read more). - Combinators and decorators for usage and layout functions, e.g.
decorate,layout, andusage(read more).
- Layout functions for layouting text on the console based on a predefined style, e.g.