Skip to content

Commit 0b7f75c

Browse files
authored
chore(cli): sync generated files (#32713)
We intentionally commit these generated files but they've proved to be easy to go out of sync a few times now. Potentially need to have a self-mutation step like in cdklabs. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 364ce86 commit 0b7f75c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/aws-cdk/lib/cli-arguments.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// GENERATED FROM packages/aws-cdk/lib/config.ts.
33
// Do not edit by hand; all changes will be overwritten at build time from the config file.
44
// -------------------------------------------------------------------------------------------
5-
// istanbul ignore file
65
/* eslint-disable @stylistic/max-len */
76
import { Command } from './settings';
87

packages/aws-cdk/lib/convert-to-cli-args.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// GENERATED FROM packages/aws-cdk/lib/config.ts.
33
// Do not edit by hand; all changes will be overwritten at build time from the config file.
44
// -------------------------------------------------------------------------------------------
5-
// istanbul ignore file
65
/* eslint-disable @stylistic/max-len */
76
import { CliArguments, GlobalOptions } from './cli-arguments';
87
import { Command } from './settings';

packages/aws-cdk/lib/parse-command-line-arguments.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// GENERATED FROM packages/aws-cdk/lib/config.ts.
33
// Do not edit by hand; all changes will be overwritten at build time from the config file.
44
// -------------------------------------------------------------------------------------------
5-
// istanbul ignore file
65
/* eslint-disable @stylistic/max-len */
76
import { Argv } from 'yargs';
87
import * as helpers from './util/yargs-helpers';

0 commit comments

Comments
 (0)