arenn / java-getopt

A Java option processor 100% compatible with the GNU C Library getopt

Home Page:http://www.urbanophile.com/arenn/hacking/download.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please provide an example snippet in the Java docs for using getoptlong

apennebaker opened this issue · comments

I like how the Java docs include an example of how to use getopt, it's incredibly helpful in understanding how to apply getopt to my projects. Could we add an example snippet for getoptlong as well?