szaghi / FLAP

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

Support `nargs='+'` and `nargs='*'` #8

Closed szaghi closed 9 years ago

szaghi commented 9 years ago

Support nargs='+' and nargs='*'.

In particular the get method must be extended for supporting allocatable array.

szaghi commented 9 years ago

Done