CLI Wrapping
myMVC serves simple CLI Requests.
You can easily run any existing route via commandline;
just use the same path/query as in Frontend.
take care to place the request expression into single quotes !
Examples
cd /public;
$ php index.php '/'
$ php index.php '/about/'
$ php index.php '/about/?a={"foo":"bar"}'