Add CLI status output on runtime

This commit is contained in:
Matt Nadareski
2024-06-24 14:22:15 -04:00
parent 69b1d2f7ad
commit c4d014e480
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
- Dispose of stream when creating config
- Try to make config safer for CLI
- Blindly assume the path exists
- Add CLI status output on runtime
### 3.2.0 (2024-06-20)

View File

@@ -123,6 +123,7 @@ namespace MPF.CLI
env.SetExecutionContext(paramStr);
// Invoke the dumping program
Console.WriteLine($"Invoking {options.InternalProgram} using '{paramStr}'");
#if NET40
var dumpResult = env.Run(resultProgress);
#else