C# Class ZeroInstall.Commands.CliCommands.MultiCommand

Common base class for commands that provide multiple SubCommands.
Inheritance: CliCommand
Show file Open project: 0install/0install-win

Private Properties

Property Type Description
GetCommand SubCommand
Parse void

Public Methods

Method Description
Execute ( ) : ExitCode

Protected Methods

Method Description
MultiCommand ( [ handler ) : System

Private Methods

Method Description
GetCommand ( [ commandName ) : SubCommand
Parse ( IEnumerable args ) : void

Method Details

Execute() public method

public Execute ( ) : ExitCode
return ExitCode

MultiCommand() protected method

protected MultiCommand ( [ handler ) : System
handler [
return System