We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8457d7a commit df8272bCopy full SHA for df8272b
src/InEngine/ArgumentInterpreter.cs
@@ -52,6 +52,7 @@ public void Interpret(string[] args)
52
53
if (options.ShouldRunScheduler)
54
{
55
+ Write.Info(CliLogo);
56
Program.RunScheduler();
57
ExitWithSuccess();
58
}
0 commit comments