Open
Description
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<Options>(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<Options>
?
Metadata
Metadata
Assignees
Labels
No labels