Lines Matching refs:options
23 * @param Options $options
26 protected function setup(Options $options) argument
28 $options->setHelp(
35 $options->registerArgument(
41 $options->registerCommand(
46 $options->registerArgument(
52 $options->registerOption(
60 $options->registerCommand(
65 $options->registerArgument(
71 $options->registerOption(
79 $options->registerCommand(
84 $options->registerCommand(
96 * @param Options $options
99 protected function main(Options $options) argument
101 $command = $options->getCmd();
102 $args = $options->getArgs();
107 echo $options->help();
110 $this->cmdClone($args, $options->getOpt('prefer-https'));
113 $this->cmdInstall($args, $options->getOpt('prefer-https'));