about summary refs log tree commit diff stats
path: root/src/Application.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Application.php')
-rw-r--r--src/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Application.php b/src/Application.php
index 9413acb..bc01326 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -7,5 +7,6 @@ use CLIFramework\Application as BaseApplication;
 class Application extends BaseApplication {
     public function init () {
         parent::init();
+        $this->command('convert');
     }
 }