1 write to _interactionService
aspire (1)
Commands\PsCommand.cs (1)
65
_interactionService
= interactionService;
6 references to _interactionService
aspire (6)
Commands\PsCommand.cs (6)
88
connections = await
_interactionService
.ShowStatusAsync(
101
_interactionService
.DisplayPlainText("[]");
105
_interactionService
.DisplayMessage("information", PsCommandStrings.NoRunningAppHostsFound);
121
_interactionService
.DisplayRawText(json);
216
_interactionService
.DisplayPlainText(header);
226
_interactionService
.DisplayPlainText(row);