commandlineparser / commandlineparser/commandline

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

Đang mở
#399 13 bình luận 0 reaction 0 người được giao Xem trên GitHub
good first issue
Ngôn ngữ chính
C#
Star
4.8k
Fork
478
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.