Skip to content

Commit

Permalink
Merge branch 'main' into mrgrain/feat/cfnspec-from-us-west-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 31, 2023
2 parents bd1191a + 0757f67 commit 8b09a63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/bin/query-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ async function main() {
requiresArg: true,
}))
.demandCommand()
.strict()
.strictCommands(false)
.help()
.showHelpOnFail(false)
.argv;
Expand Down
2 changes: 0 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/bin/run-suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ async function main() {
requiresArg: false,
})
.help()
.strict()
.strictCommands(false)
.showHelpOnFail(false)
.argv;

Expand Down
2 changes: 0 additions & 2 deletions packages/@aws-cdk-testing/cli-integ/bin/stage-distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ async function main() {
})
.demandCommand(1, 'You must supply a command')
.help()
.strict()
.strictCommands(false)
.showHelpOnFail(false)
.parse();
}
Expand Down

0 comments on commit 8b09a63

Please sign in to comment.