feature: Console Replay Simulator
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.CommandLine;
|
||||
|
||||
var rootCommand = new RootCommand("VigilCare Clinical Replay Simulator");
|
||||
|
||||
rootCommand.AddCommand(ReplayCommand.Create());
|
||||
rootCommand.AddCommand(ReplayAllCommand.Create());
|
||||
rootCommand.AddCommand(ValidateCommand.Create());
|
||||
rootCommand.AddCommand(DryRunCommand.Create());
|
||||
|
||||
return await rootCommand.InvokeAsync(args);
|
||||
Reference in New Issue
Block a user