Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 13, 2021
1 parent a191df6 commit 74a9de0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,13 @@ script.

## Variables

- **$.shell:** Set the shell that is used by `` $`command` ``. Default: `/bin/sh`
- **$.shell:** Set the shell that is used by `` $`command` ``. Default:
`/bin/sh`
- **$.mainModule:** The executed dzx script.
- **$.verbose:** Enable debugging output (log shell commands and execution
time).
- **$.stdout:** Change stdout mode of `` $`command` ``. Can be `"inherit"`, `"piped"`, `"null"` or `number`. Default: `"piped"`
- **$.stdout:** Change stdout mode of `` $`command` ``. Can be `"inherit"`,
`"piped"`, `"null"` or `number`. Default: `"piped"`
- **$.throwErrors:** Throw errors instead of calling `Deno.exit`.
- **$.startTime:** The execution start time in ms.
- **$.time:** The time left since execution start (now() - $.startTime).
Expand Down

0 comments on commit 74a9de0

Please sign in to comment.