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