Programs

ProgramSource FileDescription
basictest_suite_M_CLI2.f90

STACK OF TESTS – some systems will have a limit on how much process spawning is allowed

demo1demo10.f90

full usage and even equivalencing WHEN DEFINING THE PROTOTYPE

Read more…
demo1demo1.f90

using the convenience functions DECLARE “ARGS” ALL DONE CRACKING THE COMMAND LINE. GET THE VALUES USE THE VALUES IN YOUR PROGRAM.

demo2demo2.f90

putting everything including help and version information into a contained procedure. DEFINE AND PARSE COMMAND LINE

Read more…
demo3demo3.f90

example of basic use ! JUST THE BARE ESSENTIALS

demo4demo4.f90

COMPLEX type values

demo5demo5.f90

CHARACTER type values character variables have a length, unlike number variables

demo6demo6.f90
demo7demo7.f90

controlling array delimiter characters

demo8demo8.f90

multiple keyword and variable pairs on get_args(3f) for limited cases SOMETIMES YOU CAN PUT MULTIPLE VALUES ON GETARGS(3f)

demo9demo9.f90

long and short names using –LONGNAME:SHORTNAME

demo_get_argsdemo_get_args.f90
demo_get_args_fixed_lengthdemo_get_args_fixed_length.f90
demo_get_args_fixed_sizedemo_get_args_fixed_size.f90
demo_get_subcommanddemo_get_subcommand.f90
demo_M_CLI2demo_M_CLI2.f90
demo_set_argsdemo_set_args.f90
demo_specifieddemo_specified.f90
showdemo1B.f90
testitdemo11.f90