4 implementations of CustomHelpLayout
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.Help.cs (1)
18public IEnumerable<Action<HelpContext>> CustomHelpLayout()
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
165public IEnumerable<Action<HelpContext>> CustomHelpLayout()
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.Help.cs (1)
90public IEnumerable<Action<HelpContext>> CustomHelpLayout()
Commands\NewCommand.Help.cs (1)
11public IEnumerable<Action<HelpContext>> CustomHelpLayout()
2 references to CustomHelpLayout
dotnet (1)
Parser.cs (1)
382var blocks = helpCommand.CustomHelpLayout();
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
166=> CustomHelpLayoutProvider?.CustomHelpLayout() ?? [];