Searched refs:registerOption (Results 1 – 17 of 17) sorted by relevance
19 $options->registerOption('version', 'print version and exit', 'v');20 $options->registerOption('namespace',22 $options->registerOption('page', 'page name without namespace or extension, e.g. start', 'p');23 $options->registerOption('exact', 'set to "on" for exact <b><u>page</u></b> match', 'e');24 …$options->registerOption('cmdL', 'set automatically to "html" when accessing from admin.php', 'c');25 $options->registerOption('before', 'before timestamp', 'b');26 $options->registerOption('after', 'after timestamp', 'a');27 …$options->registerOption('dtype', 'sets whether file\'s timestamp is read from "created" or "modif…28 $options->registerOption('search', 'set to search term, exact match', 's');29 $options->registerOption('fuzzy', 'set to search term, fuzzy match', 'f');[all …]
29 $options->registerOption('version', 'print version', 'v');30 $options->registerOption('page', 'Apply the template to the named page id', 'p');31 …$options->registerOption('usrrepl', 'newpagevars: Macro/Replacent string: @MACRO@,replacement;@MAC…32 $options->registerOption('tmpl', 'Template to apply to the specified page ', 't');33 $options->registerOption('cliuser', 'User of CLI process', 'c');35 $options->registerOption('nosave', 42 …$options->registerOption('screen', "Output results to screen; this option takes one of two paramet…46 …$options->registerOption('ini', "Name of an ini file. This file must be stored in the root directo…
36 $options->registerOption('update', 'Update the certificates', 'u');37 … $options->registerOption('force', 'Force a certificate update even when none is needed', 'f');38 …$options->registerOption('run-on-update', 'Run this command when the certificate has been updated'…39 …$options->registerOption('quiet', 'Do not print anything except fatal errors (and whatever the run…
22 …$options->registerOption('clear', 'Drop all previously parsed log data and reparse the whole log f…24 … $options->registerOption('lines', 'Number of lines to read per iteration', 'l', 'lines', 'parse');
21 $options->registerOption(27 $options->registerOption(33 $options->registerOption(39 $options->registerOption(
38 $options->registerOption(50 … $options->registerOption('clear', 'Remove existing index if any', 'c', false, 'createindex');
117 $options->registerOption('version', 'print version', 'v');119 $options->registerOption(123 $options->registerOption(140 $options->registerOption(147 $options->registerOption(154 $options->registerOption(
155 $this->options->registerOption(160 $this->options->registerOption(164 $this->options->registerOption(
161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '') function in splitbrain\\phpcli\\Options
33 $options->registerOption(44 $options->registerOption(71 $options->registerOption('dump', 'Dump the chunks', 'd', false, 'page');
28 $options->registerOption(
38 …$options->registerOption('ignoreversions', 'Ignore the version check results and continue anyway',…
69 …$options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into…74 …$options->registerOption('keep-ns', 'Keep the SVG namespace. Use when the file is not inlined into…85 $options->registerOption(
29 $options->registerOption('verbose', 'Show progress information', 'v', false);
32 $options->registerOption(
38 $options->registerOption('version', 'print version', 'v');64 - ``$options->registerOption()`` adds an option
33 $options->registerOption('verbose', 'Enable verbose output', 'v');