Skip to content

Commit

Permalink
README: Add info about CLI using kebab-case versions of parameters
Browse files Browse the repository at this point in the history
Ref #59
  • Loading branch information
mgol committed Nov 15, 2023
1 parent c162e6f commit b80a874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Once the package has been installed, it may be used via:
$ check-dependencies
```

All options from the [API](#api) except `log` and `error` can be passed to the CLI, example:
All options from the [API](#api) except `log` and `error` can be passed to the CLI in their `kebab-case` versions, not `camelCase` ones. Example:

```bash
$ check-dependencies --verbose --package-manager pnpm --scope-list dependencies
Expand Down

0 comments on commit b80a874

Please sign in to comment.