mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
(Invoking Guile): documented new '-L' switch.
This commit is contained in:
parent
e1b29f6a58
commit
fcb8ba8ce7
1 changed files with 7 additions and 0 deletions
|
@ -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
|
@code{(@var{guile} @var{arg...})}, where @var{guile} is the path of the
|
||||||
Guile executable.
|
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}
|
@item -l @var{file}
|
||||||
Load Scheme source code from @var{file}, and continue processing the
|
Load Scheme source code from @var{file}, and continue processing the
|
||||||
command line.
|
command line.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue