ARGUMENTS(3f) - [ARGUMENTS::INTRO] collection of command line argument parsers
Synopsis
Description
Command Line Argument Parsers:
use M_CLI2 use M_CLI use M_args use M_kracken use M_getopt use M_getopt_long
The following command line argument parser modules are available:
o M_CLI2 parse command using a Unix-like syntax more closely conforming to recent Unix/Linux GNU conventions. Also allows for response files. (LICENSE:MIT) o M_CLI parse command using a Unix-like syntax more closely conforming to recent Unix/Linux GNU conventions. Integrates with NAMELIST groups greatly simplifying obtaining argument values as various intrinsic types. (LICENSE:MIT) o M_args parse commands using NAMELIST format or Unix-like syntax and produce a NAMELIST string to allow argument parsing without having to convert strings to various variable types (LICENSE:PD) o M_kracken parse command line options of Fortran programs using Unix-like syntax (LICENSE:PD) o M_getopt parse command line arguments. Similar to those in standard C library. (LICENSE:GPL) o M_getopt_long parse command line options like Sun getopt_long, including the Sun CLIP specification (LICENSE:PD)
Nemo Release 3.1 | ARGUMENTS (3) | February 23, 2025 |