Changelog
[0.1.5] - Jan 15, 2018
NULLABLE
in ODL not recogonized.$
array.Changelog
[0.1.4] - Jan 3, 2018
Allow taking non-option argument(s) as option value by setting nonOption property in option definition.
Changelog
[0.1.3] - Jan 2, 2018
Fixed the bug taht Error None of the option groups matched throwed if no named options found even if there is at least one option group requiring no named options.
Changelog
[0.1.1] - Dec 30, 2017
CLI sub-expression like --=value
will be parsed to { '-': 'value' }
before. However, it is really ambiguous. Since this version, an exception will be thrownm in such cases.
Changelog
[0.0.2] - Dec 22, 2017
--name=value
is supported.commandos.parse()
invoked.