Skip to content

Commit

Permalink
#48 - use version option
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Aug 11, 2024
1 parent c4bb591 commit c9f3290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HydraScript/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public static Parser GetRunner(Action<IHostBuilder> configureHost) =>
new CommandLineBuilder(Command)
.UseHost(Host.CreateDefaultBuilder, configureHost)
.UseHelp()
.UseVersionOption()
.Build();

private static void ConfigureHost(IHostBuilder builder) => builder
Expand Down

0 comments on commit c9f3290

Please sign in to comment.