This is the cl-dotenv Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 04:50:53 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-dotenv
Utility library for loading .env files
Olle Lauri Boström
MIT
0.1.0
alexandria
(system).
serapeum
(system).
cl-dotenv.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-dotenv/cl-dotenv.lisp
cl-dotenv
(system).
duplicated-entry
(condition).
load-env
(function).
malformed-entry
(condition).
read-env
(function).
%load-env
(function).
key
(reader method).
line
(reader method).
prev-value
(reader method).
read-entry
(function).
value
(reader method).
whitespace-p
(function).
Packages are listed by definition order.
cl-dotenv
.ENV files are parsed according to the following rules.
∙ Empty lines are skipped.
∙ Lines beginning with # are treated as comments
∙ Empty values are treated as empty strings, e.j. ’EMPTY=’ sets the
environment variable EMPTY to ”.
dotenv
.env
alexandria
.
common-lisp
.
serapeum
.
duplicated-entry
(condition).
load-env
(function).
malformed-entry
(condition).
read-env
(function).
%load-env
(function).
key
(generic reader).
line
(generic reader).
prev-value
(generic reader).
read-entry
(function).
value
(generic reader).
whitespace-p
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
error
.
key
.
prev-value
.
value
.
:prev-value
This slot is read-only.
error
.
line
.
duplicated-entry
)) ¶key
.
malformed-entry
)) ¶line
.
duplicated-entry
)) ¶duplicated-entry
)) ¶Jump to: | %
F G K L M P R V W |
---|
Jump to: | %
F G K L M P R V W |
---|
Jump to: | K L P S V |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
K | |||
key : | Public conditions | ||
| |||
L | |||
line : | Public conditions | ||
| |||
P | |||
prev-value : | Public conditions | ||
| |||
S | |||
Slot, key : | Public conditions | ||
Slot, line : | Public conditions | ||
Slot, prev-value : | Public conditions | ||
Slot, value : | Public conditions | ||
| |||
V | |||
value : | Public conditions | ||
|
Jump to: | K L P S V |
---|
Jump to: | C D F M P S |
---|
Jump to: | C D F M P S |
---|