4 implementations of ICustomHelp
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.Help.cs (1)
12
internal partial class MicrosoftTestingPlatformTestCommand :
ICustomHelp
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
17
public sealed partial class MicrosoftTestingPlatform : TestCommandDefinition,
ICustomHelp
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
18
internal partial class InstantiateCommand : BaseCommand<InstantiateCommandArgs, NewCreateCommandDefinition>,
ICustomHelp
Commands\NewCommand.cs (1)
14
: BaseCommand<NewCommandArgs, NewCommandDefinition>(hostBuilder, definition),
ICustomHelp
3 references to ICustomHelp
dotnet (1)
Parser.cs (1)
483
else if (command is
ICustomHelp
helpCommand)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
483
else if (command is
ICustomHelp
helpCommand)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
210
public
ICustomHelp
? CustomHelpLayoutProvider { get; set; }