From 54fe6e12206b0ed684a1a89e872bd87abcd7a053 Mon Sep 17 00:00:00 2001 From: alisa Date: Fri, 17 May 2024 17:18:45 +0800 Subject: [PATCH] fix: analyzer error --- RconCli/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RconCli/Program.cs b/RconCli/Program.cs index 1c40f0f..c87157c 100644 --- a/RconCli/Program.cs +++ b/RconCli/Program.cs @@ -1,7 +1,7 @@ using Cocona; using RconCli.Commands; -CoconaLiteApp.Run(configureOptions: options => +await CoconaLiteApp.RunAsync(configureOptions: options => { options.EnableShellCompletionSupport = true; });