The current approach, using Apache CLI is verbose from a code standpoint and rigid from a usage standpoint (e.g. expects options in a specific order). Consider replacing Apache CLI with another library such as JCommander or Args4J for improved handling of command line options.
The current approach, using Apache CLI is verbose from a code standpoint and rigid from a usage standpoint (e.g. expects options in a specific order). Consider replacing Apache CLI with another library such as JCommander or Args4J for improved handling of command line options.