Sets the default Command name.
public setDefaultCommand ( string $commandName, boolean $isSingleCommand = false ) : self | ||
$commandName | string | The Command name |
$isSingleCommand | boolean | Set to true if there is only one command in this application |
return | self |