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 …]
87 $command = $options->getCmd();89 if (!$command) $command = array_shift($args);91 switch ($command) {106 $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 …
726 …"description": "Easy command line scripts for PHP with opt parsing and color output. No dependenci…730 "command line",
571 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .582 $command
2861 * @param string $command2867 public function exec($command, $callback = null) argument2923 $command
241 * Added command line support for compayibility test. [#481](https://github.com/simplepie/simplepie/…
1028 "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
311 * Fixed an issue with if= argument for dd command (BenBE)