Changed command line parser to picocli

This commit is contained in:
Vhati 2017-12-27 09:42:47 -05:00
parent cc00cd9c95
commit 31143cfbfb
6 changed files with 159 additions and 181 deletions

View file

@ -47,9 +47,9 @@ This project depends on the following libraries.
- Logback
https://logback.qos.ch/
(For JavaDocs, look left.)
- Apache Commons CLI 1.x
http://commons.apache.org/proper/commons-cli/
(For JavaDocs, scroll down.)
- picocli 2.x
http://picocli.info/
(For JavaDocs, look left and scroll down to "API Javadoc".)