Skip to content

Commit

Permalink
doc: fix --env-file docs for valid quotes for defining values
Browse files Browse the repository at this point in the history
  • Loading branch information
dygabo committed Mar 19, 2024
1 parent 14de082 commit 4b248f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -699,7 +699,7 @@ Any text after a `#` is treated as a comment:
PORT=3000 # This is also a comment
```

Values can start and end with the following quotes: `\`, `"` or `'`.
Values can start and end with the following quotes: `` ` ``, `"` or `'`.
They are omitted from the values.

```text
Expand Down

0 comments on commit 4b248f4

Please sign in to comment.