CliCommandBuilderBuildWithHierarchy Method

Builds a Command instance with full hierarchy, populated with parent-commands, sub-commands, directives, options, arguments and settings.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.0
C#
public Command BuildWithHierarchy(
	out RootCommand rootCommand
)

Parameters

rootCommand  RootCommand

[Missing <param name="rootCommand"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.BuildWithHierarchy(System.CommandLine.RootCommand@)"]

Return Value

Command
A populated Command instance.

See Also