mirror of
https://github.com/janet-lang/janet
synced 2025-08-30 09:28:03 +00:00
Macro hack for meson-min build.
This commit is contained in:
@@ -3881,6 +3881,9 @@
|
||||
(defdyn *profilepath*
|
||||
"Path to profile file loaded when starting up the repl.")
|
||||
|
||||
(compwhen (not (dyn 'os/isatty))
|
||||
(defmacro (os/isatty) [&] true))
|
||||
|
||||
(defn cli-main
|
||||
`Entrance for the Janet CLI tool. Call this function with the command line
|
||||
arguments as an array or tuple of strings to invoke the CLI interface.`
|
||||
|
Reference in New Issue
Block a user