I am writing a symfony/console application (using v4 components) and I am running into an issue with input lengths on questions.
When asking for user input it appears I can only input upto 1023 characters? Is there a way to increase this - or is it something else effecting this?
Using OSX, iTerm2, PHP 7.1
Thanks.
EDIT: the question asks for a security token, which is a very long string - hence the need for more chars.