Skip to content

Fix #29: Update processing of command line

Raymond Toy requested to merge rtoy-29-process-command-line into master

Several related changes here.

  • 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.
  • Add a :quiet option as if -quiet were given.

Merge request reports