Skip to content

Releases: RyloRiz/climake

Version 1.2.0

29 Jan 02:27
Compare
Choose a tag to compare

New feature: opts._!

Added

  • [property] opts._ for hello in program print hello (options without needing arguments/settings)
  • [file] LICENSE

Changed

N/A

Fixed

N/A

Version 1.1.0

28 Jan 20:46
Compare
Choose a tag to compare

Version 1.1.0 is out with some bug fixes.

Added

N/A

Changed

N/A

Fixed

  • Using --help on root without calling CLIMake.help() no longer returns undefined
  • Using extended help commands without explicitly using extended help no longer errors

Version 1.0.0

28 Jan 09:22
Compare
Choose a tag to compare

The first version of CLIMake is out!

Added

  • [class] CLIMake
  • [class] Command
  • [fn] CLIMake.handle()
  • [fn] CLIMake.help()
  • [fn] CLIMake.parse()
  • [fn] CLIMake.version()
  • [fn] Command.argument()
  • [fn] Command.command()
  • [fn] Command.setting()

Changed

N/A

Fixed

N/A