Extends
lithium\core\ObjectAll Commands to be run from the Lithium console must extend this class.
The `run` method is automatically called if it exists. Otherwise, if a method does not exist
the `Help` command will be run.
{{{
$ li3 example
$ li3 example --format=json
}}}