Closed duskybomb closed 6 years ago
Done
CLI code needs to be separate. Can't be with the main class/library.
Like this or outside facturx package all together?
Separate file in the same package. See how other projects split it up. It's not commonly thrown together with the actual library. Except for very small tasks. In invoice2data
we also separated it after some time.
Done. I have moved it to bin/
ok.
Two options have been implemented
dump
andvalidate
Need to add one more #13For issue #3