-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstklos.text
20 lines (20 loc) · 1.14 KB
/
stklos.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
stklos 1.50
Usage: stklos [option ...] [--] [arg ... ]
Possible options:
-l file, --load=file load 'file' before going interactive
-f file, --file=file use 'file' as program
-e sexpr, --execute=sexpr evaluate the given sexpr and exit
-b file, --boot-file=file use 'file' to boot the system
-D dir, --conf-dir=dir change configuration dir (default: ~/.stklos)
-q, --no-init-file quiet: do not load the user init file
-i, --interactive interactive mode
-n, --no-line-editor don't use line editor
-d, --debug add information to ease debugging
-s, --stack-size=n use a stack of size n (default 100000)
-c, --case-sensitive be case sensitive by default
--case-insensitive be case insensitive by default
-u, --utf8-encoding=yes|no use/don't use UTF-8 encoding (instead of default)
-v, --version show version and exit (simple)
-V show version and exit (detailed, SRFI-176)
-h, --help show this help and exit
All the arguments given after options are passed to the Scheme program.