Skip to content

Commit df8272b

Browse files
committed
Output logo when starting scheduler
1 parent 8457d7a commit df8272b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/InEngine/ArgumentInterpreter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public void Interpret(string[] args)
5252

5353
if (options.ShouldRunScheduler)
5454
{
55+
Write.Info(CliLogo);
5556
Program.RunScheduler();
5657
ExitWithSuccess();
5758
}

0 commit comments

Comments
 (0)