12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
42: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext, interactionService) 64projectOption.Description = ExecCommandStrings.ProjectArgumentDescription; 68resourceOption.Description = ExecCommandStrings.TargetResourceArgumentDescription; 72startResourceOption.Description = ExecCommandStrings.StartTargetResourceArgumentDescription; 76workdirOption.Description = ExecCommandStrings.WorkdirArgumentDescription; 81commandOption.Description = ExecCommandStrings.CommandArgumentDescription; 106InteractionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 114InteractionService.DisplayError(ExecCommandStrings.NoCommandSpecified); 122InteractionService.DisplayError(ExecCommandStrings.FailedToParseCommand); 217$":running_shoe: {ExecCommandStrings.Running}", 240$":linked_paperclips: {ExecCommandStrings.StoppingAppHost}",
Resources\ExecCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(ExecCommandStrings).Assembly);