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
I am invoking CLI on Windows and checking for contents of "stderr". On a successful invocation output it seems all output is written to stderr (not stdout) which fails the script. Example:
C:\Users\Demo User>C:\Tools\cslang-cli\bin\cslang.bat cslang --version > output.txt 2> error.txt
C:\Users\Demo User>more output.txt
Loading..
C:\Users\Demo User>more error.txt
May 11, 2018 9:04:51 AM org.springframework.shell.core.AbstractShell handleExecutionResult
INFO: You are CURRENTLY running CloudSlang version: 1.0.16
Haven't checked on *NIX yet...
The text was updated successfully, but these errors were encountered:
I am invoking CLI on Windows and checking for contents of "stderr". On a successful invocation output it seems all output is written to stderr (not stdout) which fails the script. Example:
Haven't checked on *NIX yet...
The text was updated successfully, but these errors were encountered: