Closed
Description
Currently InputInterface
operates only with arguments passed to the Application.
I suggest to add a method that would allow to operate with an input stream (STDIN
in case of CLI application).
This would help with decoupling TwigBridge
's LintCommand
from direct usage of STDIN
(#10843). Also it would simplify unit testing of such components.