Updated scanner to infer when it has reached the end of results.
This commit is contained in:
@@ -50,6 +50,9 @@ public static class CliUi
|
||||
AnsiConsole.Write(panel);
|
||||
}
|
||||
|
||||
public static void Information(string message) =>
|
||||
AnsiConsole.MarkupLine($"[blue]🛈 {Escape(message)}[/]");
|
||||
|
||||
public static void Warning(string message) =>
|
||||
AnsiConsole.MarkupLine($"[yellow]⚠ {Escape(message)}[/]");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user