all repos — archive/ynab-ledger @ 115cc1a38c67606909bf3df1cc41d257fa8120ba

Convert exported YNAB data to ledger-cli

Convert: Implement YNAB file parsing

Alan Pearce
commit

115cc1a38c67606909bf3df1cc41d257fa8120ba

parent

d06ed0b1f4cc014c72d338f3578326e10cc12212

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M src/Application.phpsrc/Application.php
@@ -7,5 +7,6 @@
class Application extends BaseApplication { public function init () { parent::init(); + $this->command('convert'); } }