Program | Source File | Description |
---|---|---|
basic | test_suite_M_CLI2.f90 | STACK OF TESTS – some systems will have a limit on how much process spawning is allowed |
demo1 | demo10.f90 | full usage and even equivalencing WHEN DEFINING THE PROTOTYPE |
demo1 | demo1.f90 | using the convenience functions DECLARE “ARGS” ALL DONE CRACKING THE COMMAND LINE. GET THE VALUES USE THE VALUES IN YOUR PROGRAM. |
demo2 | demo2.f90 | putting everything including help and version information into a contained procedure. DEFINE AND PARSE COMMAND LINE |
demo3 | demo3.f90 | example of basic use ! JUST THE BARE ESSENTIALS |
demo4 | demo4.f90 | COMPLEX type values |
demo5 | demo5.f90 | CHARACTER type values character variables have a length, unlike number variables |
demo6 | demo6.f90 | |
demo7 | demo7.f90 | controlling array delimiter characters |
demo8 | demo8.f90 | multiple keyword and variable pairs on get_args(3f) for limited cases SOMETIMES YOU CAN PUT MULTIPLE VALUES ON GETARGS(3f) |
demo9 | demo9.f90 | long and short names using –LONGNAME:SHORTNAME |
demo_get_args | demo_get_args.f90 | |
demo_get_args_fixed_length | demo_get_args_fixed_length.f90 | |
demo_get_args_fixed_size | demo_get_args_fixed_size.f90 | |
demo_get_subcommand | demo_get_subcommand.f90 | |
demo_M_CLI2 | demo_M_CLI2.f90 | |
demo_set_args | demo_set_args.f90 | |
demo_specified | demo_specified.f90 | |
show | demo1B.f90 | |
testit | demo11.f90 |