You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! When using call from inside a command, if the command being called uses confirm, there's an error that says 'NoneType' object has no attribute 'readline'. It appears that this is because _stream is still None in this case.
I'm using cleo v2.0.1. Here's a minimum working example:
Hello! When using
call
from inside a command, if the command being called usesconfirm
, there's an error that says'NoneType' object has no attribute 'readline'
. It appears that this is because_stream
is stillNone
in this case.I'm using cleo v2.0.1. Here's a minimum working example:
and then running via
python3 ./main.py first cmd 42
The use of
PLACEHOLDER
is because of this isue.The text was updated successfully, but these errors were encountered: