CliCommandBuilderBuildWithParent Method
Builds a
Command instance by inheriting parent settings, populated with directives, options, arguments and settings.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.5.8
public Command BuildWithParent(
CliCommandBuilder parent
)
- parent CliCommandBuilder
[Missing <param name="parent"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.BuildWithParent(DotMake.CommandLine.CliCommandBuilder)"]
CommandA populated
Command instance.