6 references to Wrench
aspire (6)
Commands\AgentInitCommand.cs (1)
213InteractionService.DisplayMessage(KnownEmojis.Wrench, update.Description);
Commands\Sdk\SdkDumpCommand.cs (2)
197InteractionService.DisplayMessage(KnownEmojis.Wrench, line); 296InteractionService.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)
868InteractionService.DisplayMessage(KnownEmojis.Wrench, $"Installing new CLI to {installDir}...");