diff --git a/ReCodeItCLI/Program.cs b/ReCodeItCLI/Program.cs index d61197d..2a31726 100644 --- a/ReCodeItCLI/Program.cs +++ b/ReCodeItCLI/Program.cs @@ -6,6 +6,7 @@ public static class Program public static async Task Main() => await new CliApplicationBuilder() .AddCommandsFromThisAssembly() + .SetExecutableName("ReCodeIt") .Build() .RunAsync(); } \ No newline at end of file