mhaemmerle / excel-to-json

Opinionated Excel to JSON converter where nested structures can be defined on different worksheets
http://mhaemmerle.github.io/excel-to-json/
Apache License 2.0
102 stars 25 forks source link

Refactor CLI code into own namespace #31

Closed eproxus closed 8 years ago

eproxus commented 8 years ago

This moves all CLI related code into it's own namespace. The new project main entry point is now in excel-to-json.cli. This will make it easier to change the CLI in future updates. Additional documentation is added when --help is used or when a unknown flag is encountered.

tools.cli is also upgraded to 0.3.3.

All tests are passing and the GUI still works.

mhaemmerle commented 8 years ago

Nice separation of concerns. Thanks :)