mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 16:50:44 -05:00
Allow debugging of the CLI, preface the command with [debug] to await debugger connection.
This commit is contained in:
parent
f56ec6d0a1
commit
4ad34ea6ab
@ -6,6 +6,7 @@ public static class Program
|
||||
public static async Task<int> Main() =>
|
||||
await new CliApplicationBuilder()
|
||||
.AddCommandsFromThisAssembly()
|
||||
.AllowDebugMode()
|
||||
.SetExecutableName("ReCodeIt")
|
||||
.Build()
|
||||
.RunAsync();
|
||||
|
Loading…
x
Reference in New Issue
Block a user