We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4702884 commit 7492bd4Copy full SHA for 7492bd4
README.md
@@ -129,9 +129,10 @@ The program works with given arguments and/or given dotenv-file.
129
```mermaid
130
flowchart TD;
131
A["Variable"]-->Dotenv{"is defined in dotenv-file"}
132
- Dotenv-. "Y" .->Attrib{"is defined as attribute"}
+ Dotenv-. "Y" .->S[["set environment variable"]]
133
Dotenv-. "N" .->Attrib{"is defined as attribute"}
134
Attrib-. "Y" .->S[["set environment variable"]]
135
+ Attrib-. "N" .->V[["get environment variable"]]
136
S-->V
137
V[["get environment variable"]]
138
V-- "is empty" -->E("EXIT")
0 commit comments