11 references to ExecCommandStrings
aspire (11)
Commands\ExecCommand.cs (10)
40: base("exec", ExecCommandStrings.Description, features, updateNotifier) 59projectOption.Description = ExecCommandStrings.ProjectArgumentDescription; 63resourceOption.Description = ExecCommandStrings.TargetResourceArgumentDescription; 67startResourceOption.Description = ExecCommandStrings.StartTargetResourceArgumentDescription; 72commandOption.Description = ExecCommandStrings.CommandArgumentDescription; 97_interactionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 105_interactionService.DisplayError(ExecCommandStrings.NoCommandSpecified); 113_interactionService.DisplayError(ExecCommandStrings.FailedToParseCommand); 202$":running_shoe: {ExecCommandStrings.Running}", 225$":linked_paperclips: {ExecCommandStrings.StoppingAppHost}",
Resources\ExecCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(ExecCommandStrings).Assembly);