Skip to content

Commit

Permalink
feat: add description for --check flag to build options
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Dec 30, 2024
1 parent ed71811 commit 68e46f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/graphql-codegen-cli/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ export function buildOptions() {
type: 'boolean' as const,
default: false,
},
check: {
describe: 'Enable dry-run mode to check if some new changes are detected',
type: 'boolean' as const,
},
d: {
alias: 'debug',
describe: 'Print debug logs to stdout',
Expand Down

0 comments on commit 68e46f7

Please sign in to comment.