commandlineparser / commandlineparser/commandline

Built in Help and Version output goes to stderr not stdout.

未關閉
#399 13 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
good first issue
主要語言
C#
星號
4.8k
分支
478
PR 合併指標
30 天內沒有已合併 PR

描述

The built in --help and --version outputs are printed to stderr instead of stdout, you have to redirect them to use the commands properly.

`test --version` returns the version number, but on stderr not stdout.

e.g.
`test --version 2>nul` returns no output.
`test --version 2>&1` prints the version to stdout as expected.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Reproduce the issue with `test --version` and the equivalent `--help` command, checking stdout and stderr separately. Trace the built-in output handling from the command-line entry point, then add regression coverage showing both outputs go to stdout and remain usable without redirection.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
csharp
領域
cli
Issue 類型
缺陷
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
48/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。