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
Terminal created with:
TerminalBuilder.builder().systemOutput(TerminalBuilder.SystemOutput.ForcedSysOut).build()
if running:
cmd > out.txt
In such a case, the system out stream is redirected, but it's forced as the output, so the creation should be rejected.
The text was updated successfully, but these errors were encountered:
JLine exec provider should reject terminal creation on a redirected o…
488efe9
…utput stream (fixes jline#1098)
c6378cd
No branches or pull requests
Terminal created with:
if running:
In such a case, the system out stream is redirected, but it's forced as the output, so the creation should be rejected.
The text was updated successfully, but these errors were encountered: