11 references to PsCommandStrings
aspire (11)
Commands\PsCommand.cs (10)
81Description = PsCommandStrings.JsonOptionDescription 86Description = PsCommandStrings.FollowOptionDescription 95: base("ps", PsCommandStrings.Description, services) 182return CommandResult.Failure(CliExitCodes.InvalidCommand, PsCommandStrings.FollowRequiresJson); 383AppHostPath = appHostPath ?? PsCommandStrings.UnknownPath, 417table.AddBoldColumn(PsCommandStrings.HeaderPath); 419table.AddBoldColumn(PsCommandStrings.HeaderSdk); 420table.AddBoldColumn(PsCommandStrings.HeaderPid); 421table.AddBoldColumn(PsCommandStrings.HeaderCliPid); 422table.AddBoldColumn(PsCommandStrings.HeaderDashboard);
Resources\PsCommandStrings.Designer.cs (1)
31System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.PsCommandStrings", typeof(PsCommandStrings).Assembly);