Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
405 stars 131 forks source link

Add option to specify any project setting on the command line #559

Closed ZedThree closed 1 year ago

ZedThree commented 1 year ago

Options should be specified as semicolon-separated TOML, for example:

ford --config="quiet = true; display = ['public']; alias = {a = 'b', c = 'd'}"

Fixes #481