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 b894a77 commit fc3ae1dCopy full SHA for fc3ae1d
README.md
@@ -128,10 +128,8 @@ The program works with given arguments and/or given dotenv-file.
128
```mermaid
129
flowchart TD;
130
A["Variable"]-. "is defined in dotenv-file" .->B[["set environment variable"]]
131
- B-- "is empty" -->E("EXIT")
132
- B-- "not empty and valid" -->P[["encrypt or decrypt file"]]
133
-
134
A["Variable"]-. "is not defined in dotenv-file" .->C[["get environment variable"]]
+ B-->C
135
C-- "is empty" -->E("EXIT")
136
C-- "not empty and valid" -->P[["encrypt or decrypt file"]]
137
```
0 commit comments