We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434979a commit 929d483Copy full SHA for 929d483
packages/angular/cli/src/command-builder/command-module.ts
@@ -6,17 +6,14 @@
6
* found in the LICENSE file at https://angular.dev/license
7
*/
8
9
-import { logging, schema, strings } from '@angular-devkit/core';
+import { logging, schema } from '@angular-devkit/core';
10
import { readFileSync } from 'fs';
11
import * as path from 'path';
12
import yargs, {
13
- Arguments,
14
ArgumentsCamelCase,
15
Argv,
16
CamelCaseKey,
17
- PositionalOptions,
18
CommandModule as YargsCommandModule,
19
- Options as YargsOptions,
20
} from 'yargs';
21
import { Parser as yargsParser } from 'yargs/helpers';
22
import { getAnalyticsUserId } from '../analytics/analytics';
0 commit comments