1 write to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
CommandLineApplicationTests.cs (1)
1029
a.
ShowInHelpText
= false;
1 reference to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
473
var arguments = target.Arguments.Where(a => a.
ShowInHelpText
).ToList();