Releases: adhocore/php-cli
Releases · adhocore/php-cli
Version 0.1.1
fix(argument): default values for variadic args
fix(option): default values for variadic options
Version 0.1.0
feat(writer): add console table() renderer
feat(helper): str toWords()
fix(io): trailing / in choice options
refactor(helper): improve help output
fix(helper): max length and padding
fix(writer): title style, missing imports
Version 0.0.9
- command alias
- improve help msg
Version 0.0.8
- exception tree
- support
Command::execute()
usage()
example rendered withcolors()
- docs organized app example
Version 0.0.7
- internal refactor
- better ide support
Version 0.0.6
feat(app): show help if no args given
feat(app): command not found handler
feat(color): multi color support with html like tags
Version 0.0.5
- fix(app): eat only first alias. fix exception location msg
- refactor(parser): reduce complexity n sloc, cleanup
- introduce normalizer
- SC10/10 again
Version 0.0.4
- internal refactors
- more docblocks
- make parser/command props private
- support exit code in exithandler
- Application::parse() will no longer handle action()
- add Application::handle() that does parse and handles action()
- prompt will highlight default value(s) with different color
- support usage example
Version 0.0.3
- fix: choice/confirm case sensitivity not working
- docs: add interactive preview
Version 0.0.2
Already stable :)
- Application
- Command
- Command action
- Cursor
- Access to Interactor components
- Readme
- Tests