- Notifications
You must be signed in to change notification settings - Fork 39
Pull requests: splitbrain/php-cli
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Get all avaliable options as array
#1 by RamonSmit was merged Jan 2, 2017 Loading… updated Jan 2, 2017
Fixed typo in README; ->registerComman() -> ->registerCommand().
#4 by mikeschinkel was merged Dec 1, 2017 Loading… updated Dec 1, 2017
Added missing @throws tags to PHPDoc.
#3 by Rekhyt was merged Dec 10, 2017 Loading… updated Dec 10, 2017
mb_substr() treats $length differently than substr()
#11 by hexmode was merged Jun 23, 2019 Loading… updated Jun 23, 2019
Use other libraries to improve robustness and trim code
#12 by hexmode was closed Jun 25, 2019 Loading… updated Jun 25, 2019
Reset the color instead of setting it to light gray for debugging
#13 by hexmode was merged Jul 3, 2019 Loading… updated Jul 3, 2019
Add an accessor function to options for bin
#14 by treehousetim was merged Oct 16, 2019 Loading… updated Oct 29, 2019
more tests, upgraded phpunit, ability to pass array of commands to registerOption
#15 by treehousetim was closed Feb 5, 2021 Loading… updated Feb 5, 2021
Add the ability to change the help text for commands
#8 by hexmode was merged Feb 5, 2021 Loading… updated Feb 5, 2021
I have a lot of help and don't want it to scroll off the screen.
#9 by hexmode was closed Feb 5, 2021 Loading… updated Feb 5, 2021
custom $argv + get result from main() instead exiting application
#2 by piotr-lottestyle was closed Feb 5, 2021 Loading… updated Feb 5, 2021
Added little feature, fixed minor typo
#24 by lucafilosofi was closed Mar 10, 2021 Loading… updated Mar 13, 2021
Update available colors, remove newline rtrim from ptln, and add new print function
#27 by kodie was closed Sep 15, 2021 Loading… updated Sep 15, 2021
Make argument and option order not matter
#26 by kodie was closed Jul 6, 2022 Loading… updated Jul 6, 2022
Method Declarations compatible with LoggerInterface
#28 by gerricom was closed Jul 6, 2022 Loading… updated Jul 6, 2022
fixes colors on streams other than stdout
#29 by dwschultz was merged Nov 4, 2022 Loading… updated Nov 4, 2022
Fixes issue #33: setLogLevel works in reversed order
#34 by olelis was merged Jan 17, 2024 Loading… updated Jan 17, 2024
Fix color not continued on next line when wrapping text
#36 by dregad was merged Mar 15, 2025 Loading… updated Mar 16, 2025
ProTip! Filter pull requests by the default branch with base:master.