Skip to content

Commit

Permalink
Add CLI status output on runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
mnadareski committed Jun 24, 2024
1 parent 69b1d2f commit c4d014e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions MPF.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public static void Main(string[] args)
env.SetExecutionContext(paramStr);

// Invoke the dumping program
Console.WriteLine($"Invoking {options.InternalProgram} using '{paramStr}'");
#if NET40
var dumpResult = env.Run(resultProgress);
#else
Expand Down

0 comments on commit c4d014e

Please sign in to comment.