6 references to Wrench
aspire (6)
Commands\AgentInitCommand.cs (1)
228InteractionService.DisplayMessage(KnownEmojis.Wrench, update.Description);
Commands\Sdk\SdkDumpCommand.cs (2)
190InteractionService.DisplayMessage(KnownEmojis.Wrench, line); 289InteractionService.DisplayMessage(KnownEmojis.Wrench, line);
Commands\Sdk\SdkExportCommand.cs (1)
203InteractionService.DisplayMessage(KnownEmojis.Wrench, line);
Commands\Sdk\SdkGenerateCommand.cs (1)
151InteractionService.DisplayMessage(KnownEmojis.Wrench, line);
Commands\UpdateCommand.cs (1)
814InteractionService.DisplayMessage(KnownEmojis.Wrench, $"Installing new CLI to {installDir}...");