1 write to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
CommandLineApplicationTests.cs (1)
1026app.Option("--smile", "Be a nice ninja", CommandOptionType.NoValue, o => { o.ShowInHelpText = false; });
1 reference to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
489var options = target.GetOptions().Where(o => o.ShowInHelpText).ToList();