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