Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Tags: faustfizz/php-cli

Tags

1.1.8

Toggle 1.1.8's commit message
introduce a more compact help screen

This is inspired by splitbrain#9 but implements it in a more elegant way,
requiring less conditionals.

1.1.7

Toggle 1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request splitbrain#16 from usox/php74-compat

Ensure php7.4 compatibility

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request splitbrain#14 from treehousetim/patch-1

Add an accessor function to options for bin

1.1.5

Toggle 1.1.5's commit message
splits run() function into multiple parts

The default behaviour stays the same, but child classes can now more
easily overwrite parts of the run behaviour without having to
reimplement all of the run() method

1.1.4

Toggle 1.1.4's commit message
inherit from RuntimeException

1.1.3

Toggle 1.1.3's commit message
avoid output when tput is missing. fixes splitbrain#5

1.1.2

Toggle 1.1.2's commit message
another test

1.1.1

Toggle 1.1.1's commit message
highlight current log level

1.1.0

Toggle 1.1.0's commit message
remove hhvm from testing

who's using that anymore anyway?

1.0.1

Toggle 1.0.1's commit message
fixed wrong parameter in exception