Skip to content

Commit 1269c90

Browse files
committed
Corrected help output
1 parent 3a0258c commit 1269c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CS.Changelog.Console/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ static void Main(string[] args)
3838
{
3939
settings.CaseSensitive = false;
4040
settings.CaseInsensitiveEnumValues = true;
41+
settings.HelpWriter = System.Console.Out;
4142
}))
4243
p.ParseArguments<Options>(args)
4344
.WithParsed((opts) => _options = opts)

0 commit comments

Comments
 (0)