mirror of
https://github.com/OatmealDome/Rotationator.git
synced 2026-03-21 17:34:16 -05:00
Program: Clean up console log messages
This commit is contained in:
parent
a6b580610d
commit
09146fbb00
|
|
@ -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!");
|
||||
}
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user