Program: Clean up console log messages

This commit is contained in:
OatmealDome 2024-08-10 13:04:03 -04:00
parent a6b580610d
commit 09146fbb00

View File

@ -88,8 +88,6 @@ command.Invoke(args);
void Run(InvocationContext context)
{
Console.WriteLine("run");
string lastByamlPath = context.ParseResult.GetValueForArgument(lastByamlArg);
string outputByamlPath = context.ParseResult.GetValueForArgument(outputByamlArg);
int phaseLength = context.ParseResult.GetValueForOption(phaseLengthOption);
@ -234,6 +232,8 @@ void Run(InvocationContext context)
{
WriteIndented = true
}));
Console.WriteLine("Done!");
}
//