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