1 write to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
CommandLineApplicationTests.cs (1)
1024
c.
ShowInHelpText
= false;
1 reference to ShowInHelpText
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
505
var commands = target.Commands.Where(c => c.
ShowInHelpText
).ToList();