Skip to content

Releases: adbayb/termost

v0.2.0

17 Aug 21:21
Compare
Choose a tag to compare

0.2.0 (2021-08-17)

Bug Fixes

Features

  • add aliases for core options (help, version) (3ba1e7a)
  • add dynamic label on question/task api (5147dc9)
  • add shutdown and exception callback setup (4d26884)
  • expose the whole context object publicly (67feab1)
  • update api to be type-safe (affd5f4)

v0.1.1

13 Aug 21:59
Compare
Choose a tag to compare

0.1.1 (2021-08-13)

Bug Fixes

  • expose Termost type to be used consumer side (86a798a)

v0.1.0

13 Aug 21:29
Compare
Choose a tag to compare

0.1.0 (2021-08-13)

Bug Fixes

  • usage help output for no commands case (1e9cb66)

Features

  • add args type to option command (c4e952d)
  • add ask logic (fd39e28)
  • add cli parameters custom parser (3e4e086)
  • add command and program api (5fac51d)
  • add helpers to task instruction (1d28942)
  • add message api (3ebdccc)
  • add print, format and banner system api (831975e)
  • add support for aliased options (6040e25)
  • collect command and option description metadata (53a75d9)
  • format help output (270ff5e)
  • improve help output and option alias api (c0cfcbc)
  • infer name and version from package (b8c40c4)
  • initiate version and help logic (1f8dd76)
  • plug task handler to listr (a6518e0)
  • specify version and program name configuration (2905218)
  • update option handler to retrieve args (52715e0)