Skip to content

Commit

Permalink
src: add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasShabiCS committed Jan 7, 2024
1 parent e479fb7 commit 5ed6c5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,20 @@ They are omitted from the values.
USERNAME="nodejs" # will result in `nodejs` as the value.
```

Multi-line values are supported:

```text
MULTI_LINE="THIS IS
A MULTILINE"
# will result in `THIS IS\nA MULTILINE` as the value.
```

Export keyword before a key is ignored:

```text
export USERNAME="nodejs" # will result in `nodejs` as the value.
```

### `-e`, `--eval "script"`

<!-- YAML
Expand Down

0 comments on commit 5ed6c5b

Please sign in to comment.