File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,10 @@ Disable ANSI colors in the repl. Has no effect if no repl is run.
175
175
Open a REPL (Read Eval Print Loop) after executing all sources. By default, if Janet is called with no
176
176
arguments, a REPL is opened.
177
177
178
+ .TP
179
+ .BR \- R
180
+ If using the REPL, disable loading the user profile from the JANET_PROFILE environment variable.
181
+
178
182
.TP
179
183
.BR \- p
180
184
Turn on the persistent flag. By default, when Janet is executing commands from a file and encounters an error,
@@ -221,6 +225,12 @@ find native and source code modules. If no JANET_PATH is set, Janet will look in
221
225
the default location set at compile time.
222
226
.RE
223
227
228
+ .B JANET_PROFILE
229
+ .RS
230
+ Path to a profile file that the interpreter will load before entering the REPL. This profile file will
231
+ not run for scripts, though. This behavior can be disabled with the -R option.
232
+ .RE
233
+
224
234
.B JANET_HASHSEED
225
235
.RS
226
236
To disable randomization of Janet's PRF on start up, one can set this variable. This can have the
You can’t perform that action at this time.
0 commit comments