szaghi / FLAP

Fortran command Line Arguments Parser for poor people
151 stars 34 forks source link

posix-like short falg combining #39

Open szaghi opened 9 years ago

szaghi commented 9 years ago

Try to support short flags combining, e.g.

foo -a -b
#equal to
foo -ab

rules

zbeekman commented 9 years ago

+1