4 implementations of ICustomHelp
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.Help.cs (1)
12internal partial class MicrosoftTestingPlatformTestCommand : ICustomHelp
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
17public sealed partial class MicrosoftTestingPlatform : TestCommandDefinition, ICustomHelp
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.cs (1)
18internal 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)
483else if (command is ICustomHelp helpCommand)
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
483else if (command is ICustomHelp helpCommand)
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
210public ICustomHelp? CustomHelpLayoutProvider { get; set; }