From b679082a1f39c22a200fa2f934d77f2691d214e7 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 6 Jun 2018 15:21:59 -0700 Subject: [PATCH] Add --edit command line option (lost in the merge). --- src/runtime/command-line.scm | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.25.1