diff --git a/ReCodeItCLI/Program.cs b/ReCodeItCLI/Program.cs index 2a31726..dc3d4b0 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() + .AllowDebugMode() .SetExecutableName("ReCodeIt") .Build() .RunAsync();