contributte / console

:boom: Best minimal console (symfony/console) to Nette Framework (@nette)
https://contributte.org/packages/contributte/console.html
MIT License
91 stars 32 forks source link

ConsoleExtension doesn't support `Nette\DI\Statement` #67

Closed silen-z closed 8 months ago

silen-z commented 2 years ago

When using global functions in NEON config like: not(%debugMode%) they get created by DI as Nette\DI\Statement but here ConsoleExtension is casting them to bool which silently fails and evaulates to true regardless of the statement value

Version: 0.5.0

f3l1x commented 1 year ago

Good catch. Can you prepare PR? Some test would be excellent.