mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Add help text to repl line.
This commit is contained in:
parent
32bf70571a
commit
cc0035b1d7
@ -2868,7 +2868,7 @@
|
||||
|
||||
(when (and (not *compile-only*) (or *should-repl* *no-file*))
|
||||
(if-not *quiet*
|
||||
(print "Janet " janet/version "-" janet/build " " (os/which) "/" (os/arch)))
|
||||
(print "Janet " janet/version "-" janet/build " " (os/which) "/" (os/arch) " - '(doc)' for help"))
|
||||
(flush)
|
||||
(defn getprompt [p]
|
||||
(def [line] (parser/where p))
|
||||
|
Loading…
Reference in New Issue
Block a user