Skip to content

v0.2.0

Choose a tag to compare

@zfadhli zfadhli released this 15 Jun 01:07
· 6 commits to master since this release
a85208d

Added

  • Auto banner — createCLI(name, version?) now prints a styled name v{version} banner (bold cyan + yellow) to stderr before every command action. Customize with .banner("Custom {name} {version}") or disable with .banner(false) / { banner: false } option.
  • .banner() method on CLIBuilder — configure or suppress the startup banner
  • BannerOption / CLIOptions types — exported for TypeScript consumers

What's Changed

Full Changelog: 0.1.1...v0.2.0