Skip to content

Commit

Permalink
Fix --help (#47)
Browse files Browse the repository at this point in the history
Broke this in #44.
  • Loading branch information
MichalStrehovsky authored Nov 6, 2022
1 parent 7edb4f4 commit 8e540e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bflat/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private static int Main(string[] args)
Parser parser = new CommandLineBuilder(root)
.UseVersionOption("-v")
.UseParseErrorReporting()
.UseHelp()
.Build();

#if DEBUG
Expand Down

0 comments on commit 8e540e8

Please sign in to comment.