6

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.

OnIIcE
  • 811
  • 9
  • 27
  • 1
    Are you expecting me to answer one question with more than 1023 character in the answer? Maybe you need to break the questions up a bit – RiggsFolly Mar 05 '18 at 23:22
  • 1
    The "question" takes a token key - which is very long, and would expect it to be pasted in and not typed at all – OnIIcE Mar 06 '18 at 12:34
  • Potential workaround could be to store the token in a file and reference that in the question? – 44_ Dec 04 '20 at 09:42

0 Answers0