mirror of
https://github.com/janet-lang/janet
synced 2025-02-03 18:59:09 +00:00
Copy editing :)
This commit is contained in:
parent
84fe5d7f34
commit
51828ab5f8
@ -2786,14 +2786,14 @@
|
|||||||
-v : Print the version string
|
-v : Print the version string
|
||||||
-s : Use raw stdin instead of getline like functionality
|
-s : Use raw stdin instead of getline like functionality
|
||||||
-e code : Execute a string of janet
|
-e code : Execute a string of janet
|
||||||
-d : Set the debug flag in the repl
|
-d : Set the debug flag in the REPL
|
||||||
-r : Enter the repl after running all scripts
|
-r : Enter the REPL after running all scripts
|
||||||
-p : Keep on executing if there is a top level error (persistent)
|
-p : Keep on executing if there is a top-level error (persistent)
|
||||||
-q : Hide logo (quiet)
|
-q : Hide logo (quiet)
|
||||||
-k : Compile scripts but do not execute (flycheck)
|
-k : Compile scripts but do not execute (flycheck)
|
||||||
-m syspath : Set system path for loading global modules
|
-m syspath : Set system path for loading global modules
|
||||||
-c source output : Compile janet source code into an image
|
-c source output : Compile janet source code into an image
|
||||||
-n : Disable ANSI color output in the repl
|
-n : Disable ANSI color output in the REPL
|
||||||
-l lib : Import a module before processing more arguments
|
-l lib : Import a module before processing more arguments
|
||||||
-- : Stop handling options`)
|
-- : Stop handling options`)
|
||||||
(os/exit 0)
|
(os/exit 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user