5 references to BannerOption
aspire (2)
Commands\RootCommand.cs (2)
179Options.Add(BannerOption); 186var bannerRequested = context.GetValue(BannerOption);
Aspire.Cli.Tests (3)
Commands\RootCommandTests.cs (3)
220Assert.Equal("--banner", RootCommand.BannerOption.Name); 221Assert.NotNull(RootCommand.BannerOption.Description); 222Assert.NotEmpty(RootCommand.BannerOption.Description);