commandlineparser / commandlineparser/commandline
Display help without requiring ParseArguments
- 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ả
**Issue by [Steve887](https://github.com/Steve887)**
_Wednesday Jan 20, 2016 at 01:30 GMT_
_Originally opened as https://github.com/gsscoder/commandline/issues/281_
----
I'm trying to print the help text for my options without having to force a parser error.
Currently, it seems the only way to print the help text is to call something like
```
Parser.Default.ParseArguments(new string[] { "verb", "--help" });
```
I see there's `HelpText.AutoBuild` but that seems to require a NotParsed result.
Is there a way to write the help text for an options class without having to parse arguments? Maybe something like `HelpText.DisplayHelp`?
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á.