What is a good way of parsing command line arguments in Java?
Argparse4j is best I have found. It mimics Python's argparse libary which is very convenient and powerful.