Argumentz: small & simple command-line arguments parser in Java
Sergey Melnychuk
Every now and then there is a need to pass arguments to the command-line application. While there are a lot of libraries/frameworks to do that in Java, I still had this feeling “why such an easy thing must be so cumbersome and require so much boilerplate?”. TL/DR: code. So I decided: the world...