News

Does anybody know of an elegant implementation of a command-line parser written in Java? The one I'm using (JavaPopt can't match multiple arguments with the same flag (e.g. -I/home/yak/foo -I/home/yak ...
(The below post is brought to you from years of being irritated by other programmers' quirky command line syntax, and my acknowledgement that for many small apps, doing it "right" can take up way too ...