images
, original commit: c302dc6f4331ed2b6e536a5737c96ca08dbc0b50
This commit is contained in:
parent
e60982a294
commit
01abb3a252
|
@ -120,6 +120,9 @@ Suppresses the read-eval-print loop.
|
|||
.TP
|
||||
.B \-h, --help
|
||||
Shows help for command-line arguments.
|
||||
.TP
|
||||
.BI \-R file, --restore \ file
|
||||
Restores an image; must be the only switch.
|
||||
.PP
|
||||
Multiple single-letter switches can be collapsed, with arguments placed
|
||||
after the collapsed switches; the first collapsed switch cannot be --.
|
||||
|
@ -130,6 +133,10 @@ variable `argv' as a vector of strings. The name used to start
|
|||
.I MzScheme
|
||||
is put into the global variable `program' as a string.
|
||||
.PP
|
||||
Extra arguments after a `--restore' file are returned as a vector of
|
||||
strings to the continuation of the `write-image-to-file' call that created
|
||||
the image.
|
||||
.PP
|
||||
Expressions/files are evaluated/loaded in order as provided.
|
||||
.PP
|
||||
The current-library-collections-path is automatically set before any
|
||||
|
|
Loading…
Reference in New Issue
Block a user