Closed marcioAlmada closed 4 years ago
@marcioAlmada Unfortunately, multiline commands are not supported. Supporting it would probably involve writing a mini shell parser to detect quoting, escaping, nesting, subshells, etc., and that's outside of the scope of this tool.
Using an external file is the alternative.
I'm sorry for taking so long to answer.
I'd like to run a command with a multiline string, but could not succeed:
Ex.:
This should store a multiline string into a variable:
Proceed and use the variable...
Currently I'm storing the assert string into a file, but most of the team prefer things inline. Perhaps we are doing multi line commands wrong or was this actually intended?