0382 / argparse-f

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

Show default values in Help #8

Closed zoziha closed 1 year ago

zoziha commented 1 year ago

Description

It is useful to display default values in help, which cmdline and argparse do. Also, lower case the first letter of the title, in keeping with cmdline and argparse.

usage:
options:
named arguments:

PS. GitHub's diff display is showing an error, and I'll point out the line of code I changed.