3 implementations of ICustomHelp
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
13internal partial class MicrosoftTestingPlatformTestCommand : Command, ICustomHelp, ICommandDocument
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
16internal partial class InstantiateCommand : BaseCommand<InstantiateCommandArgs>, ICustomHelp
Commands\NewCommand.cs (1)
11internal partial class NewCommand : BaseCommand<NewCommandArgs>, ICustomHelp, ICommandDocument
1 reference to ICustomHelp
dotnet (1)
Parser.cs (1)
381else if (command is TemplateEngine.Cli.Commands.ICustomHelp helpCommand)