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

Extensions warning goes to standard output instead of standard error #2338

Open
FilipRudy opened this issue Jan 30, 2025 · 0 comments
Open
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@FilipRudy
Copy link
Contributor

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

  1. Add alias kyma=${your CLI repository path}; source <(kyma completion zsh) lines to your .zshrc
  2. Build main.go file in CLI repository.
  3. Open CMD.
@FilipRudy FilipRudy added the kind/bug Categorizes issue or PR as related to a bug. label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant