CliCommandBuilderInheritSettings Method

Inherits settings from a parent command builder. If a setting is not null in this command builder, then that will be used instead.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.3.0
C#
public void InheritSettings(
	CliCommandBuilder parent
)

Parameters

parent  CliCommandBuilder

[Missing <param name="parent"/> documentation for "M:DotMake.CommandLine.CliCommandBuilder.InheritSettings(DotMake.CommandLine.CliCommandBuilder)"]

See Also