CraftCli\Command\InstallCraftCommand::getArguments PHP Method

getArguments() protected method

protected getArguments ( )
    protected function getArguments()
    {
        return array(array('path', InputArgument::OPTIONAL, 'Specify an installation path. Defaults to the current working directory.'));
    }