1.2.3 (September 20, 2017)
- Rolled back passing params to
args()
back as array
1.2.2 (September 18, 2017)
- Fixed context passed to
Command#args()
, now it's a command as expected (#10)
- Fixed consuming of literal arguments that wrongly concating with other arguments (i.e. anything going after
--
concats with arguments before --
)
1.2.1 (September 18, 2017)
- Fixed
Command#normalize()
issue when set a value for option with argument and no default value
- Fix exception on
Command#normalize()
Command#extend()
accepts parameters for passed function now
- Implement
Command#end()
method to return to parent command definition
- Fix suggestion bugs and add tests