5 references to BannerOption
aspire (2)
Commands\RootCommand.cs (2)
190Options.Add(BannerOption); 205var bannerRequested = context.GetValue(BannerOption);
Aspire.Cli.Tests (3)
Commands\RootCommandTests.cs (3)
473Assert.Equal("--banner", RootCommand.BannerOption.Name); 474Assert.NotNull(RootCommand.BannerOption.Description); 475Assert.NotEmpty(RootCommand.BannerOption.Description);