skupper icon indicating copy to clipboard operation
skupper copied to clipboard

Set stdout so CLI completion feature works correctly

Open lynnemorrison opened this issue 3 months ago • 1 comments

fixes 2135

lynnemorrison avatar Sep 18 '25 16:09 lynnemorrison

I am not sure on the benefit of changing exclusively the output of skupper completion to stderr.

If I understand the original issue correctly, the problem reported says that on an invalid usage, the help message is written to stdout, which is where the shell completion code is being expected.

Maybe instead of just skupper completion going to stderr, if an invalid param is also passed to the completion command, like: skupper completion slash, the error/usage should go to stderr.

Thoughts?

fgiorgetti avatar Sep 30 '25 20:09 fgiorgetti