From 115cc1a38c67606909bf3df1cc41d257fa8120ba Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 5 Apr 2015 15:59:26 +0100 Subject: Convert: Implement YNAB file parsing --- src/Application.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Application.php') 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'); } } -- cgit 1.4.1