Program: Save phase length and schedule length to output BYAML

For debugging purposes.
This commit is contained in:
OatmealDome 2024-08-11 14:03:53 -04:00
parent 700ecb78ff
commit e684a2c3d0

View File

@ -1,4 +1,4 @@
using System.CommandLine;
using System.CommandLine;
using System.CommandLine.Invocation;
using System.Text.Json;
using OatmealDome.BinaryData;
@ -302,6 +302,8 @@ void Run(InvocationContext context)
{ "Generator", "Rotationator 1" },
{ "GenerationTime", referenceNow.ToString("O") },
{ "BaseByamlStartTime", baseTime.ToString("O") },
{ "PhaseLength", phaseLength },
{ "ScheduleLength", scheduleLength },
{ "RandomSeed", seed.ToString() },
{
"OverridePhases",