console icon indicating copy to clipboard operation
console copied to clipboard

:boom: Best minimal console (symfony/console) to Nette Framework (@nette)

Results 7 console issues
Sort by recently updated
recently updated
newest added

Default value for `catchExceptions` is inherited from symfony/console (true), it means that exception will be always caught by symfony/console and displayed as a red text in console and it won't...

When using global functions in NEON config like: `not(%debugMode%)` they get created by DI as `Nette\DI\Statement` but [here](https://github.com/contributte/console/blob/v0.5/src/DI/ConsoleExtension.php#L74) ConsoleExtension is casting them to bool which silently fails and evaulates to...

See: https://github.com/contributte/contributte/issues/58

I am trying this as replacement for Kdyby/Console and I had idea of small improvement. What about use container callInjects when lazy loading commands by CommandLoader. Commands then would behave...

Service `http.request` can be any class implementing interface IRequest. If you have custom IRequest implementation and `console.url` config is set, DI container cache looks like this: ```php public function createServiceHttp__request():...

Fixed a bug where an exception was thrown when adding an alias using the `AsCommand` attribute.