1 write to _interactionService
aspire (1)
Commands\LogsCommand.cs (1)
111
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\LogsCommand.cs (5)
153
_interactionService
.DisplayError(LogsCommandStrings.TailMustBePositive);
223
_interactionService
.DisplayRawText(json);
305
_interactionService
.DisplayMessage("ℹ️", LogsCommandStrings.NoResourcesFound);
330
_interactionService
.DisplayRawText(output);
342
_interactionService
.DisplayPlainText($"[{logLine.ResourceName}] {logLine.Content}");