Skip to content

v0.2.0

Compare
Choose a tag to compare
@siokas siokas released this 23 Mar 03:12
· 214 commits to master since this release

Added

  • Change Command of Default Options [help, version]
  • Custom help and version (program.on() method)
  • Add description() and action() methods for commands

Changed - Fixed

  • Command Class: Pass parameters as object
  • Change the import link to an official deno.land/x/ link

Todo for next release

  • Custom option processing (passed from the previous release as not done yet)
  • Multiple short flags (-abc)