Searched refs:needsarg (Results 1 – 1 of 1) sorted by relevance
157 * @param bool|string $needsarg does this option require an argument? give it a name here161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '') argument168 'needsarg' => $needsarg,