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
Description
When opening CMD while having source <(kyma completion zsh) enabled in .zshrc, errors are displayed in standard output instead of standard error.
source <(kyma completion zsh)
.zshrc
Expected result
All errors should be returned through standard error.
Actual result
Currently, errors are being displayed in standard output.
Steps to reproduce
alias kyma=${your CLI repository path}; source <(kyma completion zsh)
main.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When opening CMD while having
source <(kyma completion zsh)
enabled in.zshrc
, errors are displayed in standard output instead of standard error.Expected result
All errors should be returned through standard error.
Actual result
Currently, errors are being displayed in standard output.
Steps to reproduce
alias kyma=${your CLI repository path}; source <(kyma completion zsh)
lines to your.zshrc
main.go
file in CLI repository.The text was updated successfully, but these errors were encountered: