We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be a method in CommandRunner where the contents sent to the command's standard input come from an InputStream instead of a String.
CommandRunner
InputStream
String
Suggestion:
runAndGet
StringInputStream
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There should be a method in
CommandRunner
where the contents sent to the command's standard input come from anInputStream
instead of aString
.Suggestion:
runAndGet
into a delegate to the new method, simply wrapping theString
into aStringInputStream
The text was updated successfully, but these errors were encountered: