Craig Duncan
Craig Duncan
I maintain a wrapper for symfony/console that adds support for CLImate as the output handler, might be of use to you: https://github.com/duncan3dc/console
Hi @Arcesilas, I currently have a few ideas floating around for 4.0. Some of these will include BC breaks so that's not out of the question. We just need to...
@imbrish Hi Paul, I've taken over development of CLImate, I don't currently have this specific task scheduled, but I'll look at it as soon as I can. As Joe said,...
Hi @ElGigi, what's the purpose of this change? Does it fix some bug?
I do not unfortunately, but I would a welcome a PR from anybody that has the time to figure it out
Hi @Fossil01 it's difficult to tell what your error is as the actual error message appears to have been removed, are you able to post the error message being raised...
Are you able to provide a small reproduction script instead then?
Get well soon!
I've done some initial work on this, you can try it out like so: ```sh composer require league/climate:dev-interactive-mode ``` ```php $climate->setInteractive(false); ``` There's still a few things to resolve, and...
Hi @tomkyle, that sounds like an interesting idea, I'll take a look when I get a minute