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