Changed commandline arguments and how they are parsed, refactored the code, updated the README, improved output
This commit is contained in:
parent
6ded43f515
commit
6f81a25573
4 changed files with 191 additions and 171 deletions
5
pom.xml
5
pom.xml
|
@ -25,6 +25,11 @@
|
|||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.15</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Reference in a new issue