mirror of
https://github.com/janet-lang/janet
synced 2025-11-07 11:03:04 +00:00
Fix -e option.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
"-" (fn [&] (set *handleopts* false) 1)
|
"-" (fn [&] (set *handleopts* false) 1)
|
||||||
"e" (fn [i &]
|
"e" (fn [i &]
|
||||||
(set *no-file* false)
|
(set *no-file* false)
|
||||||
(eval (get process/args (+ i 1)))
|
(eval-string (get process/args (+ i 1)))
|
||||||
2)})
|
2)})
|
||||||
|
|
||||||
(defn- dohandler [n i &]
|
(defn- dohandler [n i &]
|
||||||
|
|||||||
Reference in New Issue
Block a user