Add --edit command line option (lost in the merge).
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 22:21:59 +0000 (15:21 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 6 Jun 2018 22:21:59 +0000 (15:21 -0700)
src/runtime/command-line.scm

index 401cbd5c6cbd857cd271370ddb552395bfbba3b9..a3f032ac87159cb8fffdc3fb7a7d5cbbf92677e8 100644 (file)
@@ -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)