Skip to content

JavaCommander-3.0.0

Compare
Choose a tag to compare
@Agadar Agadar released this 14 Jun 21:32
· 21 commits to master since this release

Changelog

  • Added support for '=' and ':' as separators. This means that, for example, besides 'command -param value' and 'command value', the following are now also legal: 'command -param=value' and 'command -param:value';
  • Added support for parsing a string containing multiple commands, separated by ';'s. This means that, for example, the following is now legal: 'command -param value; command -param value';
  • Removed support for 'empty'/'master' command, as there is no valid use case for it and it only makes the code more complex.