Adding -x to the manual.

This commit is contained in:
Alex Shinn 2011-11-06 22:05:48 +09:00
parent f5a72fcec4
commit fe9d572406

View file

@ -16,6 +16,9 @@ chibi-scheme \- a tiny Scheme interpreter
[-m [-m
.I module .I module
] ]
[-x
.I module
]
[-l [-l
.I file .I file
] ]
@ -99,6 +102,8 @@ Appends
to the load path list. to the load path list.
.TP .TP
.BI -m module .BI -m module
.TP
.BI -x module
Imports Imports
.I module .I module
as though "(import as though "(import
@ -108,6 +113,11 @@ escapes, modules are written in a dot notation, so that the module
.I (foo bar) .I (foo bar)
is written as is written as
.I foo.bar .I foo.bar
If the
.BI -x
version is used, then
.I module
replaces the current environment instead of being added to it.
.TP .TP
.BI -l file .BI -l file
Loads the Scheme source from the file Loads the Scheme source from the file