Skip to content

Commit

Permalink
Add --help commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jochemvandooren committed May 24, 2024
1 parent 1a34d6f commit 3c2e303
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ It's also possible to automatically run `dbt parse`, to generate the
```shell
dbt-score lint --run-dbt-parse
```

To get more information on how to run `dbt-score`, `--help` can be used:

```shell
dbt-score --help
```

```shell
dbt-score lint --help
```

0 comments on commit 3c2e303

Please sign in to comment.