Searched refs:registerArgument (Results 1 – 12 of 12) sorted by relevance
34 …$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…
21 $options->registerArgument('docx', 'The .docx Word file', 'true');22 $options->registerArgument(
55 … $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');
19 …$options->registerArgument('FIXME:argumentName', 'FIXME:argument description', 'FIXME:required? tr…
17 $options->registerArgument('plugin', 'plugin name', true, 'standardize');
29 …$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');
26 $options->registerArgument('file', 'image file to convert to text', true);
37 …$options->registerArgument('check|run', 'Either only check if an update can be done or do it', 'tr…
163 $options->registerArgument(173 $options->registerArgument(182 $options->registerArgument(
37 $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');
115 public function registerArgument($arg, $help, $required = true, $command = '') function in splitbrain\\phpcli\\Options
65 - ``$options->registerArgument()`` adds an argument