12 references to ExecCommandStrings
aspire (12)
Commands\ExecCommand.cs (11)
41: base("exec", ExecCommandStrings.Description, features, updateNotifier, executionContext) 60projectOption.Description = ExecCommandStrings.ProjectArgumentDescription; 64resourceOption.Description = ExecCommandStrings.TargetResourceArgumentDescription; 68startResourceOption.Description = ExecCommandStrings.StartTargetResourceArgumentDescription; 72workdirOption.Description = ExecCommandStrings.WorkdirArgumentDescription; 77commandOption.Description = ExecCommandStrings.CommandArgumentDescription; 102_interactionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 110_interactionService.DisplayError(ExecCommandStrings.NoCommandSpecified); 118_interactionService.DisplayError(ExecCommandStrings.FailedToParseCommand); 207$":running_shoe: {ExecCommandStrings.Running}", 230$":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);