Skip to content

Commit

Permalink
Update packages/typegen/readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke authored Apr 15, 2022
1 parent e1bfbe3 commit bb9f3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typegen/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CLI arguments will always have precedence over config options.
||`--lazy`|CLI argument|disabled|Skip initial processing of input files. Only useful with `'--watch'`.|
||`--skip-check-clean`|CLI argument|disabled|If enabled, the tool will not check the git status to ensure changes are checked in.|

Documentation for CLI arguments can be printed to your terminal with `slonik-typegen --help`.
Documentation for CLI arguments can be printed to your terminal with `npx slonik-typegen generate --help`.
#### Complex config types
```typescript
type Logger = Record<'error' | 'warn' | 'info' | 'debug', (msg: unknown) => void>;
Expand Down

0 comments on commit bb9f3a8

Please sign in to comment.