1 write to _interactionService
aspire (1)
Commands\PsCommand.cs (1)
88
_interactionService
= interactionService;
5 references to _interactionService
aspire (5)
Commands\PsCommand.cs (5)
105
var connections = await
_interactionService
.ShowStatusAsync(
118
_interactionService
.DisplayRawText("[]", ConsoleOutput.Standard);
122
_interactionService
.DisplayMessage(KnownEmojis.Information, SharedCommandStrings.AppHostNotRunning);
139
_interactionService
.DisplayRawText(json, ConsoleOutput.Standard);
226
_interactionService
.DisplayRenderable(table);