Skip to content

Commit

Permalink
docs(cli): add biome option to cli reference
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed May 21, 2024
1 parent ddf7964 commit 649add5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/pages/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ The `--tslint`, can be used to specify `tslint` ([TSLint is deprecated in favour
$ orval --tslint
```
### biome
The `--biome`, can be used to [`Biome`](https://biomejs.dev/) generated files. You need to have `Biome` in your global dependencies.
```bash
$ orval --biome
```
### tsconfig
The `--tsconfig`, can be used to specify the path to your `tsconfig`.
Expand Down

0 comments on commit 649add5

Please sign in to comment.