1
0
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:
Calvin Rose 2023-06-03 14:24:41 -05:00
parent e4bf27b01c
commit 658941d26d

View File

@ -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