diff options
author | Alan Pearce | 2015-04-05 15:59:26 +0100 |
---|---|---|
committer | Alan Pearce | 2015-04-05 15:59:26 +0100 |
commit | 115cc1a38c67606909bf3df1cc41d257fa8120ba (patch) | |
tree | 6a103de27c79ff7bee64b16d090c7a9940065b90 /src/Application.php | |
parent | d06ed0b1f4cc014c72d338f3578326e10cc12212 (diff) | |
download | ynab-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.php | 1 |
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'); } } |