JavaCommander-3.0.0
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.