Changeset 14288 for branches/1.1.x/doc/manual/abcl.tex
- Timestamp:
- 12/03/12 14:43:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.x/doc/manual/abcl.tex
r14287 r14288 165 165 166 166 \begin{description} 167 \item[\texttt{ --help}] displays a help message.168 \item[\texttt{ --noinform}] Suppresses the printing of startup information and banner.169 \item[\texttt{ --noinit}] suppresses the loading of the \verb+~/.abclrc+ startup file.170 \item[\texttt{ --nosystem}] suppresses loading the \texttt{system.lisp} customization file.171 \item[\texttt{ --eval FORM}] evaluates FORM before initializing the REPL.172 \item[\texttt{ --load FILE}] loads the file FILE before initializing the REPL.173 \item[\texttt{ --load-system-file FILE}] loads the system file FILE before initializing the REPL.174 \item[\texttt{ --batch}] evaluates forms specified by arguments and in167 \item[\texttt{ --help}] displays a help message. 168 \item[\texttt{ --noinform}] Suppresses the printing of startup information and banner. 169 \item[\texttt{ --noinit}] suppresses the loading of the \verb+~/.abclrc+ startup file. 170 \item[\texttt{ --nosystem}] suppresses loading the \texttt{system.lisp} customization file. 171 \item[\texttt{ --eval FORM}] evaluates FORM before initializing the REPL. 172 \item[\texttt{ --load FILE}] loads the file FILE before initializing the REPL. 173 \item[\texttt{ --load-system-file FILE}] loads the system file FILE before initializing the REPL. 174 \item[\texttt{ --batch}] evaluates forms specified by arguments and in 175 175 the intialization file \verb+~/.abclrc+, and then exits without 176 176 starting a REPL.
Note: See TracChangeset
for help on using the changeset viewer.