Home

Awesome

Options and input processing for Fortran

options.f90 is a Fortran module for defining and parsing command-line options and input parameters for Fortran programs. Its design is inspired by Python's optparse module. Some features:

For more info, see http://infty.net/options/options.html

To Do

Some goals for future versions of this library:

  1. Include support for commands, rather than just options, on the command line.

  2. Create a mechanism for automatically generating a help message, given a short description of the program.