commandlineparser / commandlineparser/commandline
Built in Help and Version output goes to stderr not stdout.
Đang mở
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á.