Command Line Processing
The following is the complete input grammar for the facilities described in
this manual.
clp_spec ::= params .
params ::= / params param `;' .
param ::=
identifier strings type doc /
identifier strings `joinedto' valtype doc /
identifier strings `with' valtype doc /
`usage' string / `terminator' string /
`open' `error' `format' string /
`open' `error' `usage' .
type ::= `boolean' / `booleans' / `positional' /
`positionals' / valtype .
valtype ::= `int' / `ints' / `string' / `strings' .
doc ::= / string .
strings ::= string / strings string .
|