There was an error while loading. Please reload this page.
2 parents 4795af1 + 5f821c9 commit 0f6c1f0Copy full SHA for 0f6c1f0
README.md
@@ -65,7 +65,7 @@ The basic usage is simple:
65
- ``$options->setHelp()`` adds a general description
66
- ``$options->registerOption()`` adds an option
67
- ``$options->registerArgument()`` adds an argument
68
- - ``$options->registerComman()`` adds a sub command
+ - ``$options->registerCommand()`` adds a sub command
69
- implement the ```main($options)``` method and do your business logic there
70
- ``$options->getOpts`` lets you access set options
71
- ``$options->getArgs()`` returns the remaining arguments after removing the options
0 commit comments