mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Add CLI status output on runtime
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user