f90getopt icon indicating copy to clipboard operation
f90getopt copied to clipboard

getopt functionality (C-like command-line argument parsing) for Fortran 2003

Results 2 f90getopt issues
Sort by recently updated
recently updated
newest added

some thing very interesting: using `ifort` on windows, it will stop after paring the first option using the example however, it runs fine, if you change the sample by calling...

bug

Hi this is a great addon for Fortran programmer. I am hoping it can be even further enhanced/ 1. allow multiple arguments after a switch: `myapp --range 1.0 2.0` or...