Skip to content

v2.0.0

Latest

Choose a tag to compare

@haniibrahim haniibrahim released this 06 Jan 17:42

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 --arglong a short equivalent like -a.
  • Check optional for duplicate options
    Scan command line once and abort if duplicate options are found