feature: MIMIC-IV Replay Scenario Generator

This commit is contained in:
voltsrage
2026-06-25 13:35:09 +08:00
parent 069881991a
commit a8964381a2
29 changed files with 916019 additions and 8 deletions
+2
View File
@@ -6,5 +6,7 @@ rootCommand.AddCommand(ReplayCommand.Create());
rootCommand.AddCommand(ReplayAllCommand.Create());
rootCommand.AddCommand(ValidateCommand.Create());
rootCommand.AddCommand(DryRunCommand.Create());
rootCommand.AddCommand(MimicListCommand.Create());
rootCommand.AddCommand(MimicGenerateCommand.Create());
return await rootCommand.InvokeAsync(args);