Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@gridbugs gridbugs released this 31 Jan 07:06
· 2 commits to main since this release

Added

  • Allow help messages colours to be configured (#7)
  • Proof of concept of manpage generation (disabled in release as it's very incomplete) (#11)

Changed

  • Changed default help message colour scheme to be more colour-blind readable
    and more visible on light and dark terminals (#7)
  • Changed description of --help argument.

Fixes

  • Remove superfluous style reset escape sequences (#7)
  • Don't apply formatting to trailing spaces in argument names in help messages (#8)
  • Print a readable error when the argument spec is invalid (#10)