about summary refs log tree commit diff stats
path: root/src/Application.php
diff options
context:
space:
mode:
authorAlan Pearce2015-04-05 15:59:26 +0100
committerAlan Pearce2015-04-05 15:59:26 +0100
commit115cc1a38c67606909bf3df1cc41d257fa8120ba (patch)
tree6a103de27c79ff7bee64b16d090c7a9940065b90 /src/Application.php
parentd06ed0b1f4cc014c72d338f3578326e10cc12212 (diff)
downloadynab-ledger-115cc1a38c67606909bf3df1cc41d257fa8120ba.tar.lz
ynab-ledger-115cc1a38c67606909bf3df1cc41d257fa8120ba.tar.zst
ynab-ledger-115cc1a38c67606909bf3df1cc41d257fa8120ba.zip
Convert: Implement YNAB file parsing
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');
     }
 }