7 references to ExecCommandStrings
aspire (7)
Commands\ExecCommand.cs (6)
37: base("exec", ExecCommandStrings.Description, features, updateNotifier) 54projectOption.Description = ExecCommandStrings.ProjectArgumentDescription; 58resourceOption.Description = ExecCommandStrings.TargetResourceArgumentDescription; 62startResourceOption.Description = ExecCommandStrings.StartTargetResourceArgumentDescription; 120_interactionService.DisplayError(ExecCommandStrings.TargetResourceNotSpecified); 128_interactionService.DisplayError(ExecCommandStrings.FailedToParseCommand);
Resources\ExecCommandStrings.Designer.cs (1)
42global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Cli.Resources.ExecCommandStrings", typeof(ExecCommandStrings).Assembly);