From: Matt Birkholz Date: Wed, 6 Jun 2018 22:21:59 +0000 (-0700) Subject: Add --edit command line option (lost in the merge). X-Git-Tag: mit-scheme-pucked-9.2.14~2 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b679082a1f39c22a200fa2f934d77f2691d214e7;p=mit-scheme.git Add --edit command line option (lost in the merge). --- diff --git a/src/runtime/command-line.scm b/src/runtime/command-line.scm index 401cbd5c6..a3f032ac8 100644 --- a/src/runtime/command-line.scm +++ b/src/runtime/command-line.scm @@ -275,6 +275,9 @@ ADDITIONAL OPTIONS supported by this band:\n") repl))))) "Evaluates the argument expressions as if in the REPL.") + (simple-command-line-parser "edit" edit + "Causes Edwin to start immediately after Scheme.") + (simple-command-line-parser "help" show-command-line-options #f) (simple-command-line-parser "version" (lambda () (exit)) #f)