C Library Functions  - ARGUMENTS (3)

NAME

ARGUMENTS(3f) - [ARGUMENTS::INTRO] collection of command line argument parsers

CONTENTS

Synopsis
Description

SYNOPSIS

Command Line Argument Parsers:

   use M_CLI2
   use M_CLI
   use M_args
   use M_kracken
   use M_getopt
   use M_getopt_long

DESCRIPTION

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
Generated by manServer 1.08 from 6d9aff8b-afaa-4c2b-a7be-b90eea057c57 using man macros.