Skip to content

Commit

Permalink
Redesign Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MagdaPuch authored Sep 2, 2024
1 parent 225e178 commit 4da6f79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Config Maker is a config manager to use for your interactive CLI.
## 📤  How Values Are Fetched

```mermaid
graph LR
A[Option from the Command Line] --> AY[Exists]
AY --> R[Return Value]
flowchart TD
A[Option from the Command Line] --Present--> R[Return Value]
A --Not Present--->
D[Environment Variable] --> AY
D[Environment Variable] --Present--> R
D --Not Present--->
E[In Config File] --> AY
E[Variable In Config File] --Present--> R
E --Not Present--->
F[Prompt for the Input] --> R
F[Prompt User for Input] --> R
style R fill:#244d0e
```

<br />
Expand Down

0 comments on commit 4da6f79

Please sign in to comment.