Closed
Description
Hey guys,
I just wrote a CLI application using the symfony console component, which is great. I know from composer, that there is an interactive mode, where I can get some user-input. Unfortunately there was no official documentation for it. So I looked up the source in composer and symfony to get my job done. Would be nicer to just read it on the symfony documentation, because it was opened anyway as a reference for me.
Thanks