We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0258c commit 1269c90Copy full SHA for 1269c90
CS.Changelog.Console/Program.cs
@@ -38,6 +38,7 @@ static void Main(string[] args)
38
{
39
settings.CaseSensitive = false;
40
settings.CaseInsensitiveEnumValues = true;
41
+ settings.HelpWriter = System.Console.Out;
42
}))
43
p.ParseArguments<Options>(args)
44
.WithParsed((opts) => _options = opts)
0 commit comments