mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Fix macro declaration.
This commit is contained in:
parent
e4bf27b01c
commit
658941d26d
@ -3882,7 +3882,7 @@
|
|||||||
"Path to profile file loaded when starting up the repl.")
|
"Path to profile file loaded when starting up the repl.")
|
||||||
|
|
||||||
(compwhen (not (dyn 'os/isatty))
|
(compwhen (not (dyn 'os/isatty))
|
||||||
(defmacro (os/isatty) [&] true))
|
(defmacro os/isatty [&] true))
|
||||||
|
|
||||||
(defn cli-main
|
(defn cli-main
|
||||||
`Entrance for the Janet CLI tool. Call this function with the command line
|
`Entrance for the Janet CLI tool. Call this function with the command line
|
||||||
|
Loading…
Reference in New Issue
Block a user