ConsoleBundle
ConsoleBundle copied to clipboard
Question helper does not work
I create a command that use question helper. It work fine with app/console command line but it does not work with console bundle. Is there a way to workaround this issue ?
So you would like to have the interactivity of entering one command and then answering the questions asked one after another instead of providing them all as arguments initially? @loicGR