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)
299public 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()
3 references to CustomHelpLayout
dotnet (1)
Parser.cs (1)
485var blocks = helpCommand.CustomHelpLayout();
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
485var blocks = helpCommand.CustomHelpLayout();
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
300=> CustomHelpLayoutProvider?.CustomHelpLayout() ?? [];