Releases: adhocore/php-cli
Version 0.2.0
a75c76e feat(cmd.option): support multiline desc and indent them properly on help (Jitendra Adhikari)
7b04d18 refactor: readme > README (Jitendra Adhikari)
6e79204 docs: exceptions preview (Jitendra Adhikari)
c5ffb12 test: 100% cov ftw (Jitendra Adhikari)
92f41ba feat(output.helper): add print trace (Jitendra Adhikari)
7b5080e refactor(app): output helper instantiation and print trace (Jitendra Adhikari)
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