Skip to content

Commit ccdb26b

Browse files
2 parents 8883b82 + c5df1c1 commit ccdb26b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/bin/openapi.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ const params = program
2626
.option('-f, --full <boolean>', 'full replacement', true)
2727
.option('--enableLogging <boolean>', 'open the log', false)
2828
.option(
29-
'--priorityRule <string>',
30-
'priority rule, include/exclude/both (default: "include")'
29+
'--filterCaseInsensitive <boolean>',
30+
'whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters',
31+
false
32+
)
33+
.option(
34+
'--includeTags <(string|RegExp)[]>',
35+
'generate code from include tags'
3136
)
3237
.option(
3338
'--filterCaseInsensitive <boolean>',

0 commit comments

Comments
 (0)