Skip to content

Commit

Permalink
fix: analyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisaAkiron committed May 17, 2024
1 parent aa97d08 commit 54fe6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RconCli/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Cocona;
using RconCli.Commands;

CoconaLiteApp.Run<RootCommand>(configureOptions: options =>
await CoconaLiteApp.RunAsync<RootCommand>(configureOptions: options =>
{
options.EnableShellCompletionSupport = true;
});

0 comments on commit 54fe6e1

Please sign in to comment.