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
The Inquirer prompt output currently logs to stdout. This should be stderr though.
!! Except when the errorOutput config key is set to stdout. In that case it should write to stdout. !!
errorOutput
stdout
The text was updated successfully, but these errors were encountered:
Move prompt output to stderr. Closes pnp#5489
bd2ec61
7ac2f8d
5b7be83
7e1161a
martinlingstuyl
Successfully merging a pull request may close this issue.
The Inquirer prompt output currently logs to stdout. This should be stderr though.
!! Except when the
errorOutput
config key is set tostdout
. In that case it should write to stdout. !!The text was updated successfully, but these errors were encountered: