Releases: mnapoli/silly
Releases · mnapoli/silly
0.2.0
0.x versions do not keep backward compatibility.
- Added support for setting command descriptions
- Added support for setting arguments & options default values
- More consistent syntax (BC breaks!):
- options with array values are now defined like this:
--option=*
(was previously[--option=]*
- options with optional values (
--option=?
) have been removed as they are completely buggy and unusable in Symfony…
- options with array values are now defined like this:
- Added documentation on how using helpers