CliCommandBuilder.Parents Property
Definition
- Namespace
- DotMake.CommandLine
- Assembly
- DotMake.CommandLine.dll
Gets the command builders that are nested/external parents of this command builder.
public IEnumerable<CliCommandBuilder> Parents { get; }
Gets the command builders that are nested/external parents of this command builder.
public IEnumerable<CliCommandBuilder> Parents { get; }