You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,12 +41,12 @@ function collect(value: string, previous: string[]) {
38
41
interfaceCLIOptions{
39
42
defaultIgnores: boolean;
40
43
failOnWarning: boolean;
41
-
handlers?: string[];
44
+
handler?: string[];
42
45
ignore: string[];
43
46
importer?: string;
44
47
out?: string;
45
48
pretty: boolean;
46
-
resolver?: string;
49
+
resolver?: string[];
47
50
}
48
51
49
52
program
@@ -73,18 +76,21 @@ program
73
76
false,
74
77
)
75
78
.option(
76
-
'--resolver <resolver>',
77
-
'Built-in resolver name (findAllComponentDefinitions, findAllExportedComponentDefinitions, findExportedComponentDefinition) or path to a module that exports a resolver.',
0 commit comments