4 implementations of CustomHelpLayout
dotnet-aot (1)
parent\dotnet\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)
84public IEnumerable<Action<HelpContext>> CustomHelpLayout()
Commands\NewCommand.Help.cs (1)
11public IEnumerable<Action<HelpContext>> CustomHelpLayout()
2 references to CustomHelpLayout
dotnet-aot (1)
parent\dotnet\Parser.cs (1)
489var blocks = helpCommand.CustomHelpLayout();
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
300=> CustomHelpLayoutProvider?.CustomHelpLayout() ?? [];