mirror of
https://github.com/OatmealDome/Rotationator.git
synced 2026-04-24 07:06:51 -05:00
Program: Save phase length and schedule length to output BYAML
For debugging purposes.
This commit is contained in:
parent
700ecb78ff
commit
e684a2c3d0
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user