Skip to content
New issue

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

CLI writes stdout to stderr on Windows #1042

Open
kadraman opened this issue May 11, 2018 · 0 comments
Open

CLI writes stdout to stderr on Windows #1042

kadraman opened this issue May 11, 2018 · 0 comments

Comments

@kadraman
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant