Skip to content

Extended documentation string of quickload #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Extended documentation string of QUICKLOAD
- Added types of arguments
  • Loading branch information
NicoSimoski committed Apr 29, 2025
commit a159a7d726b82ad05afb3016ce2c827136a3d9a1
9 changes: 5 additions & 4 deletions quicklisp/client.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"Load SYSTEMS the quicklisp way. SYSTEMS is a designator for a list
of things to be loaded.

VERBOSE defaults to NIL.
SILENT defaults to NIL.
PROMPT defaults to NIL.
EXPLAIN defaults to T but is not used in the default method.
SYSTEMS can be either a string, a keyword symbol, a list of strings or a list of keyword symbols.
VERBOSE is boolean and defaults to NIL.
SILENT is boolean and defaults to NIL.
PROMPT is boolean and defaults to NIL.
EXPLAIN is boolean and defaults to T but is not used in the default method.

Examples:

Expand Down