Skip to content

Tags: adhocore/php-cli

Tags

v1.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply fixes from StyleCI (#130)

[ci skip] [skip ci]

Co-authored-by: Jitendra <adhocore@users.noreply.github.com>

v1.9.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #120 from dimtrovich/translations

feat: Support for localized strings

v1.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow disabling colors (#118)

* Allow disabling colors

* Make  a public static variable

* Add documentation about disabling colors to readme

* Remove empty line

* Don't worry about missing styles if colors are disabled

* Short-circut the missing method the same way we do line function

* Rename Color's  variable to just  as we do camelcase here

* Check if NO_COLOR is set when writing to the terminal

* Add info about NO_COLOR environment variable to readme

---------

Co-authored-by: Jitendra Adhikari <2908547+adhocore@users.noreply.github.com>

v1.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #119 from adhocore/analysis-MPm3GO

Apply fixes from StyleCI

v1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #116 from kodie/kodie/command-logo-support

Add logo support for commands (rebased)

v1.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow for custom default command execution without arguments (#109)

* Allow for custom default command execution without arguments

* Add a test for default command execution

* Fix testDefaultCommand command1 action indentation

v1.8.0

docs: update readme to add doc for table customization

v1.7.2

make parameters with null default value explicitly nullable

v1.7.1

fix: negative $times for str_repeat, tests

v.1.7.1

fix: negative $times for str_repeat, tests