Command Line Applications ========================= CLI applications are executed from the command line. They are useful to create cron jobs, scripts, command utilities and more. Tasks ----- Tasks are similar to controllers, on them can be implemented .. code-block:: php setDI($di); // $console->handle(array('shell_script_name', 'echo'));