Skip to content

Commit 5f821c9

Browse files
committed
Fixed typo in README; ->registerComman() -> ->registerCommand().
1 parent 4795af1 commit 5f821c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The basic usage is simple:
6565
- ``$options->setHelp()`` adds a general description
6666
- ``$options->registerOption()`` adds an option
6767
- ``$options->registerArgument()`` adds an argument
68-
- ``$options->registerComman()`` adds a sub command
68+
- ``$options->registerCommand()`` adds a sub command
6969
- implement the ```main($options)``` method and do your business logic there
7070
- ``$options->getOpts`` lets you access set options
7171
- ``$options->getArgs()`` returns the remaining arguments after removing the options

0 commit comments

Comments
 (0)