0382 / argparse-f

Modern Fortran command line parser, implemented with OOP.
MIT License
23 stars 2 forks source link

Minor modification, compliant with Fortran standard 2018 #7

Closed zoziha closed 1 year ago

zoziha commented 1 year ago

Description

$ is not Fortran standard syntax, and the standard advance='no' seems more appropriate for the long run of this project.

Also, i3 may run out of length, so i0 would be better.