Interface ICliSubCommand
Interface for CliCommands that are aggregated by a CliMultiCommand.
Namespace: ZeroInstall.Commands
Assembly: 0install.dll
Syntax
public interface ICliSubCommand
Properties
ParentName
The name of the CliMultiCommand this command is a sub-command of.
Declaration
string ParentName { get; }
Property Value
Type | Description |
---|---|
String |