Home
last modified time | relevance | path

Searched refs:registerArgument (Results 1 – 12 of 12) sorted by relevance

/plugin/dev/
Dcli.php34 …$options->registerArgument('test', 'Optional name of the new test. Defaults to the general test.',…
48 …$options->registerArgument('type', 'Type of the component. Needs to be one of ' . join(', ', $type…
50 …$options->registerArgument('name', 'Optional name of the component. Defaults to a base component.'…
65 $options->registerArgument('prefix:name',
67 … $options->registerArgument('output', 'File to save, defaults to <name>.svg in current dir', false,
73 …$options->registerArgument('files...', 'The files to clean (will be overwritten)', true, 'cleanSvg…
92 … $options->registerArgument('files...', 'The test files to run. Defaults to all.', false, 'test');
95 …$options->registerArgument('files...', 'The files to check. Defaults to the whole extension.', fal…
98 …$options->registerArgument('files...', 'The files to check. Defaults to the whole extension.', fal…
/plugin/wordimport/
Dcli.php21 $options->registerArgument('docx', 'The .docx Word file', 'true');
22 $options->registerArgument(
/plugin/aichat/
Dcli.php55 … $options->registerArgument('query', 'Look up chunks similar to this query', true, 'similar');
58 $options->registerArgument('question', 'The question to ask', true, 'ask');
67 $options->registerArgument('page', 'The page to split', true, 'split');
70 $options->registerArgument('page', 'The page to check', true, 'page');
/plugin/dev/skel/
Dcli.php19 …$options->registerArgument('FIXME:argumentName', 'FIXME:argument description', 'FIXME:required? tr…
/plugin/dx/
Dcli.php17 $options->registerArgument('plugin', 'plugin name', true, 'standardize');
/plugin/aichat/cli/
Dsimulate.php29 …$options->registerArgument('input', 'A file with the chat questions. Each question separated by tw…
30 $options->registerArgument('output', 'Where to write the result CSV to');
/plugin/elasticsearch/cli/
Dimg.php26 $options->registerArgument('file', 'image file to convert to text', true);
/plugin/upgrade/
Dcli.php37 …$options->registerArgument('check|run', 'Either only check if an update can be done or do it', 'tr…
/plugin/combo/
H A Dcli.php163 $options->registerArgument(
173 $options->registerArgument(
182 $options->registerArgument(
/plugin/dokullm/
H A Dcli.php37 $options->registerArgument('path', 'File or directory path', true, 'send');
42 $options->registerArgument('search', 'Search terms', true, 'query');
52 $options->registerArgument('id', 'Document ID', true, 'get');
/plugin/upgrade/myvendor/splitbrain/php-cli/src/
DOptions.php115 public function registerArgument($arg, $help, $required = true, $command = '') function in splitbrain\\phpcli\\Options
/plugin/upgrade/myvendor/splitbrain/php-cli/
DREADME.md65 - ``$options->registerArgument()`` adds an argument