diegoceccarelli / json-wikipedia

Json Wikipedia, contains code to convert the Wikipedia xml dump into a json/avro dump
Apache License 2.0
252 stars 42 forks source link

Deprecate MediawikiToJsonCLI and add a new cli based on picocli #44

Closed diegoceccarelli closed 3 years ago

diegoceccarelli commented 4 years ago

MediawikiToJsonCLI is based on abstract class (AbstractCommandLineInterface) I wrote several years ago. picocli [1] is much better to build command line commands.

Add a new cli: JsonWikipediaCLI doing the same thing and deprecate MediawikiToJsonCLI. Update the documentation to reflect that.

[1] https://picocli.info/