Skip to content

Releases: adhocore/php-cli

Version 0.1.1

28 Jul 08:21
f5c6bfd
Compare
Choose a tag to compare

fix(argument): default values for variadic args
fix(option): default values for variadic options

Version 0.1.0

28 Jul 02:37
73adadc
Compare
Choose a tag to compare

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

25 Jul 12:30
aafc8c7
Compare
Choose a tag to compare
  • command alias
  • improve help msg

Version 0.0.8

24 Jul 16:16
Compare
Choose a tag to compare
  • exception tree
  • support Command::execute()
  • usage() example rendered with colors()
  • docs organized app example

Version 0.0.7

18 Jul 12:40
123d1bd
Compare
Choose a tag to compare
  • internal refactor
  • better ide support

Version 0.0.6

17 Jul 13:37
61cb8fd
Compare
Choose a tag to compare

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

13 Jul 13:51
6a4e57a
Compare
Choose a tag to compare
  • 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

13 Jul 00:42
b05fcc2
Compare
Choose a tag to compare
  • 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

09 Jul 00:33
f03e360
Compare
Choose a tag to compare
  • fix: choice/confirm case sensitivity not working
  • docs: add interactive preview

Version 0.0.2

07 Jul 09:43
Compare
Choose a tag to compare

Already stable :)

  • Application
  • Command
  • Command action
  • Cursor
  • Access to Interactor components
  • Readme
  • Tests