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)
12
public sealed 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
2 references to ICustomHelp
dotnet (1)
Parser.cs (1)
380
else if (command is
ICustomHelp
helpCommand)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
133
public
ICustomHelp
? CustomHelpLayoutProvider { get; set; }