We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d056 commit cecf488Copy full SHA for cecf488
src/Tools.CodeOfChaos.Extensions/Program.cs
@@ -10,7 +10,7 @@ namespace Tools.CodeOfChaos.Extensions;
10
// Code
11
// ---------------------------------------------------------------------------------------------------------------------
12
public static class Program {
13
- public async static Task Main(string[] args) {
+ public static async Task Main(string[] args) {
14
// Register & Build the parser
15
// Don't forget to add the current assembly if you built more tools for the current project
16
CliArgsParser parser = CliArgsBuilder.CreateFromConfig(
0 commit comments