Releases: haniibrahim/f90getopt
Releases · haniibrahim/f90getopt
v2.0.0
Optional features
- Parse long-only options without short equivalents with and without arguments.
Makes f90getopt closer to getopt() and getopt_long() of C. No need to have beside--arglonga short equivalent like-a. - Check optional for duplicate options
Scan command line once and abort if duplicate options are found
v1.1.0
V1.0.4
v1.0.4 Portable declaration of stdin/out/err fixed, minor refactorings, wik…