We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a586ab4 commit f522892Copy full SHA for f522892
src/TShellCommand.ts
@@ -429,6 +429,8 @@ export class TShellCommand {
429
this.getPreactionsDependentVariables(), // Second set: Variables that are tied to preactions. Can be an empty set.
430
],
431
[
432
+ // Do not escape variables in stdin, because shells won't interpret special characters in stdin. All characters are considered literal.
433
+ "stdinContent",
434
// Do not escape variables in output wrappers, because they are not going through a shell and escape characters would be visible in the end result.
435
'output_wrapper_stdout',
436
'output_wrapper_stderr',
0 commit comments