DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) option-ref Reference

Info Catalog (guile.info.gz) getopt-long Reference (guile.info.gz) getopt-long
 
 10.2.5 Reference Documentation for `option-ref'
 -----------------------------------------------
 
  -- Scheme Procedure: option-ref options key default
      Search OPTIONS for a command line option named KEY and return its
      value, if found.  If the option has no value, but was given,
      return `#t'.  If the option was not given, return DEFAULT.
      OPTIONS must be the result of a call to `getopt-long'.
 
    `option-ref' always succeeds, either by returning the requested
 option value from the command line, or the default value.
 
    The special key `'()' can be used to get a list of all non-option
 arguments.
 
Info Catalog (guile.info.gz) getopt-long Reference (guile.info.gz) getopt-long
automatically generated byinfo2html