Skip to content

Commit

Permalink
add --target flag to check
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoil-knight authored and lpil committed Nov 13, 2023
1 parent 582263d commit 0bdf7f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion writing-gleam/command-line-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ Build the project

## `check`

`gleam check`
`gleam check [OPTIONS]`

Type check the project

| Option | Description |
| ------ | ----------- |
| `-t, --target <TARGET>`| The platform to target [possible values: erlang, javascript]

## `clean`

Expand Down

0 comments on commit 0bdf7f3

Please sign in to comment.