Lines Matching full:options
8 use splitbrain\phpcli\Options; alias
18 * Register options and arguments on the given $options object
20 * @param Options $options
23 protected function setup(Options $options) argument
25 $options->setHelp('Excecutes Plugin command line tools');
26 …$options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', fals…
32 * Arguments and options have been parsed when this is run
34 * @param Options $options
37 protected function main(Options $options) argument
40 $argv = $options->getArgs();
50 echo $options->help();