Skip to content

Releases: Yord/shargs-usage

1.0.1

17 Jan 14:07

Choose a tag to compare

Bug Fixes

  • Fixed a bug where synopses would use the key field instead of args and would ignore required.

1.0.0

04 Jan 14:07

Choose a tag to compare

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, and text (read more).
    • Usage functions for layouting given command-line options on the console, e.g. optsDef, optsList, and synopsis (read more).
    • Combinators and decorators for usage and layout functions, e.g. decorate, layout, and usage (read more).

0.6.1

10 Dec 06:20

Choose a tag to compare

Notable Changes

  • Brought test coverage back to 100%.