Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    f95cf535
    code/commandline.lisp: · f95cf535
    rtoy authored
    o Update DEFSWITCH to allow docstrings (and argument names)
    o Add docstrings to the available switches
    o Add -help (and --help) switches to print out usage information and
      exit.
    
    code/save.lisp:
    o If the command line includes -help or --help, disable loading of the
      user init and site init files.  We don't want to process them if
      we're going to just print out help and exit.
    f95cf535
    History
    code/commandline.lisp:
    rtoy authored
    o Update DEFSWITCH to allow docstrings (and argument names)
    o Add docstrings to the available switches
    o Add -help (and --help) switches to print out usage information and
      exit.
    
    code/save.lisp:
    o If the command line includes -help or --help, disable loading of the
      user init and site init files.  We don't want to process them if
      we're going to just print out help and exit.