1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(Invoking Guile): documented new '-L' switch.

This commit is contained in:
Marius Vollmer 2004-08-22 19:30:04 +00:00
parent e1b29f6a58
commit fcb8ba8ce7

View file

@ -103,6 +103,13 @@ become command-line arguments for the interactive session; the
@code{(@var{guile} @var{arg...})}, where @var{guile} is the path of the
Guile executable.
@item -L @var{directory}
Add @var{directory} to the front of Guile's module load path. The
given directories are searched in the order given on the command line
and before any directories in the GUILE_LOAD_PATH environment
variable. Paths added here are @emph{not} in effect during execution
of the user's @file{.guile} file.
@item -l @var{file}
Load Scheme source code from @var{file}, and continue processing the
command line.