Searched refs:registerArgument (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | cli.php | 32 $options->registerArgument('login', 'Username', true, 'add'); 33 $options->registerArgument('mail', 'Email address', true, 'add'); 34 $options->registerArgument('name', 'Full name', false, 'add'); 35 $options->registerArgument('groups', 'Groups to be added, comma-seperated', false, 'add'); 36 $options->registerArgument('password', 'Password to set', false, 'add'); 41 $options->registerArgument('name', 'Username(s), comma-seperated', true, 'delete'); 45 $options->registerArgument('name', 'Username', true, 'addtogroup'); 46 $options->registerArgument('group', 'Group(s), comma-seperated', true, 'addtogroup'); 50 $options->registerArgument('name', 'Username', true, 'removefromgroup'); 51 $options->registerArgument('group', 'Group(s), comma-separated', true, 'removefromgroup');
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 54 $options->registerArgument( 60 $options->registerArgument( 73 $options->registerArgument( 79 $options->registerArgument( 105 $options->registerArgument( 117 $options->registerArgument( 129 $options->registerArgument( 135 $options->registerArgument(
|
| H A D | gittool.php | 35 $options->registerArgument( 46 $options->registerArgument( 58 $options->registerArgument(
|
| H A D | plugin.php | 26 …$options->registerArgument('plugin', 'The plugin CLI you want to run. Leave off to see list', fals…
|
| H A D | wantedpages.php | 39 $options->registerArgument(
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | cli.php | 44 $options->registerArgument('query', 'The keyword(s) to search for', true, 'search'); 57 $options->registerArgument( 66 …$options->registerArgument('extensions...', 'One or more extensions to install', true, 'uninstall'… 70 … $options->registerArgument('extensions...', 'One or more extensions to enable', true, 'enable'); 74 … $options->registerArgument('extensions...', 'One or more extensions to disable', true, 'disable');
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | Options.php | 115 public function registerArgument($arg, $help, $required = true, $command = '') function in splitbrain\\phpcli\\Options
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 65 - ``$options->registerArgument()`` adds an argument
|