diff options
author | Andreas Gohr <andi@splitbrain.org> | 2018-04-13 08:37:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2018-04-13 08:37:14 +0200 |
commit | 43d3f077ff275484c96c5da0d5066a80938f2cb3 (patch) | |
tree | 47450e6ad7fafdba2e8e297fa8dbb0afcdd5a7c4 /vendor/splitbrain/php-cli/README.md | |
parent | b2c9cd19ff3733a632c8d415256d3096765343f7 (diff) | |
download | dokuwiki-43d3f077ff275484c96c5da0d5066a80938f2cb3.tar.gz dokuwiki-43d3f077ff275484c96c5da0d5066a80938f2cb3.zip |
updated composer dependencies
Diffstat (limited to 'vendor/splitbrain/php-cli/README.md')
-rw-r--r-- | vendor/splitbrain/php-cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/splitbrain/php-cli/README.md b/vendor/splitbrain/php-cli/README.md index 3359be722..7cc52ed81 100644 --- a/vendor/splitbrain/php-cli/README.md +++ b/vendor/splitbrain/php-cli/README.md @@ -65,7 +65,7 @@ The basic usage is simple: - ``$options->setHelp()`` adds a general description - ``$options->registerOption()`` adds an option - ``$options->registerArgument()`` adds an argument - - ``$options->registerComman()`` adds a sub command + - ``$options->registerCommand()`` adds a sub command - implement the ```main($options)``` method and do your business logic there - ``$options->getOpts`` lets you access set options - ``$options->getArgs()`` returns the remaining arguments after removing the options |