Skip to content

Commit

Permalink
Merge branch 'main' into renovate/typescript-eslint-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketstack-matt authored Nov 15, 2024
2 parents 08288d9 + 6e8a844 commit 7dc9efd
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 119 deletions.
2 changes: 1 addition & 1 deletion cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const INSTANTIATE_ALL_OPTION = '-a, --instantiateAll';
const OUTPUT_OPTION = '-o, --output <file>';
const PATTERN_OPTION = '-p, --pattern <file>';
const SCHEMAS_OPTION = '-s, --schemaDirectory <path>';
const STRICT_OPTION = '-s, --strict';
const STRICT_OPTION = '--strict';
const VERBOSE_OPTION = '-v, --verbose';

program
Expand Down
Loading

0 comments on commit 7dc9efd

Please sign in to comment.