Releases: auraphp/Aura.Cli
Releases · auraphp/Aura.Cli
4.0.0-alpha1
Update for PHP 7.2 or later
2.2.0
2.1.2
2.1.1
2.1.0
This release adds a feature: Getopt defintion strings now allow for noting positional arguments using the #argname
and #argname?
notation, optionally with an argument description. These are ignored by the GetoptParser for purposes of value-discovery, but the Help class does use them to auto-generate usage lines.
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
First 2.0 stable release.
- DOC: Add docblocks, update README.
- ADD: Method GetoptFactory::getGetoptParser()
- FIX: #29, fixes color formatting
- REF: Various refactorings to split up Getopt tasks, add GetoptFactory, extract OptionParser, etc
- DEL: v1 config files
- ADD: v2 config class files
- CHG: When defining options, allow the '' before *or after the ':'
- BRK: Rename OptionParser to GetoptParser
- ADD: Help class
- FIX: Getopt alias ordering