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