home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume29 / parseargs / part01 / doc / defargs.inc < prev    next >
Encoding:
Text File  |  1992-05-19  |  1.1 KB  |  18 lines

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