Skip to content
  • Raymond Toy's avatar
    Fix #29: Update processing of command line · d9090138
    Raymond Toy authored
    Several related changes here.
    
    o If :process-command-line is NIL, *command-line-strings* and
      *command-line-application-arguments* weren't getting updated.  They
      should get updated so that the resulting core can get updated
      command line options instead of using the values dumped with the
      core.  The command line switch demons are still not run, as before.
    o Add a :quiet option as if -quiet were given.
    d9090138