home *** CD-ROM | disk | FTP | other *** search
- .\"----------------------------------------------------------------------------
- .\"-- This text was extracted using the following command:
- .\"-- xdoc -man -p '[ \t]*' -s DEFAULT-ARGUMENT ../xparse.c
- .\"----------------------------------------------------------------------------
- .SH "DEFAULT ARGUMENT DESCRIPTOR"
- .PP
- Each argdesc-array has an initial default argument list (which may be reset
- using the pc_DEFARGS function code with \fIparsecntl\fP). This initial
- default argument-list contains `?' and `H' which may be used as single
- character keywords to display command-usage for all command-line styles.
- Similarly, ``?'', ``H'', and ``Help'' may be used as long-keywords to display
- command-usage for all command-line styles. In Addition, for \s-1VMS\s+1
- style commands, the qualifiers \fB\s-1/INPUT\s+1=\fIfile\fR,
- \fB\s-1/OUTPUT\s+1=\fIfile\fR, and \fB\s-1/ERROR\s+1=\fIfile\fR, may be used
- to redirect \f4stdin\fP, \f4stdout\fP, and \f4stderr\fP (respectively) to a
- file. For Amiga\s-1DOS\s+1 style commands, the keyword ``ENDKWDS'' may be
- used to disable parsing for any more keywords on the command-line.
-