You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.