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

Fix: fixed support for AsCommand aliases #78

Open MichaelaBlatakova opened 4 months ago

MichaelaBlatakova commented 4 months ago

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

f3l1x commented 4 months ago

Can you show me that exception? Can you also add test case for that? Thank you.

MichaelaBlatakova commented 4 months ago

image exception.zip

Sure, the exception occurs if I use the aliases parameter within the AsCommand attribute and try to list all commands using php ./bin/console.php. Exception does not appear if I call specific commands. Unfortunately, I don't know how to write a test case for this case. (This exception was simullated on clear Nette Web Project with only library - Contributte/Console)