-
Notifications
You must be signed in to change notification settings - Fork 1
/
owl.text
16 lines (16 loc) · 930 Bytes
/
owl.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Usage: ol [args] [file] ...
-h | --help
-a | --about
-v | --version
-e | --eval <arg>, evaluate given expression and print result
-t | --test <arg>, evaluate given expression exit with 0 unless the result is #false
-q | --quiet, be quiet (default in non-interactive mode)
-r | --run <arg>, run the last value of the given foo.scm with given arguments (terminal)
-i | --include <arg>, extra directory to load libraries from (can be several)
-l | --load <arg>, resume execution of a saved program state saved with suspend
-o | --output <arg>, where to put compiler output (default auto)
-x | --output-format <arg>, output format when compiling (default auto)
-O | --optimize <arg>, optimization level in C-compilation (0-2)
-C | --runtime <arg>, use a custom runtime in C compilation
-m | --mode <arg>, output wrapping: program, library, plain [program]
--no-readline, disable builtin line editor