Searched refs:command (Results 1 – 11 of 11) sorted by relevance
23 protected $command = ''; variable in splitbrain\\phpcli\\Options112 * @param string $command if theses apply to a sub command only115 public function registerArgument($arg, $help, $required = true, $command = '') argument117 if (!isset($this->setup[$command])) {118 throw new Exception("Command $command not registered");121 $this->setup[$command]['args'][] = array(133 * @param string $command137 public function registerCommand($command, $help) argument139 if (isset($this->setup[$command])) {140 throw new Exception("Command $command already registered");[all …]
101 $command = $options->getCmd();103 if (!$command) $command = array_shift($args);105 switch ($command) {120 $this->cmdGit($command, $args);
159 $command = $options->getCmd();161 switch ($command) {
3 PHP-CLI is a simple library that helps with creating nice looking command line scripts.66 - ``$options->registerCommand()`` adds a sub command70 - ``$options->getCmd()`` returns the sub command the user used
21 Operations can be chained together. Consider the chain to be one command. Do not reuse the adapter …
731 …"description": "Easy command line scripts for PHP with opt parsing and color output. No dependenci…735 "command line",
2866 * @param string $command2872 public function exec($command, $callback = null) argument2928 $command
571 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .582 $command
293 * Added command line support for compayibility test. [#481](https://github.com/simplepie/simplepie/…
954 "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
311 * Fixed an issue with if= argument for dd command (BenBE)