Skip to content

Releases: gab-studios/gab-cmdline

v0.4.alpha - Updated parse method to return List<Command> and fix no command name provided

28 Feb 19:13
Compare
Choose a tag to compare

This release includes two items:

  1. Update the parse method to return a List instance (Issue #4).
  2. Throw an exception is a command name is provided in the defineCommand method (Issue #6).

v0.3.alpha - Command Line Suggestion List and Static Calls

07 Feb 23:13
Compare
Choose a tag to compare

Added two features:

  1. Command line suggestion list if a command is misspelled (Issue #1)
  2. Made Cmdline methods static. (Issue #2)

v0.2.alpha - Added listener on the parser method.

27 Jan 05:44
Compare
Choose a tag to compare

Added method .parser( args, listener ) to CmdLine class.

v0.1.alpha - Initial Commit and Release

03 Jan 21:41
Compare
Choose a tag to compare
Pre-release

This is the initial commit and release of the GAB CmdLine project.