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
--filterCaseInsensitive <boolean> whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters. (default: false)
195
+
--filterCaseInsensitive <boolean> whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters (default: false)
196
196
--includeTags <(string|RegExp)[]> generate code from include tags
197
197
--includePaths <(string|RegExp)[]> generate code from include paths
198
198
--excludeTags <(string|RegExp)[]> generate code from exclude tags
| filterCaseInsensitive | no | boolean | false | whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters. (default: false) ||
234
+
| filterCaseInsensitive | no | boolean | false | whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters |
235
235
| includeTags | no | (string\|RegExp)[]| - | generate code from include tags, priorityRule=include required |
236
236
| includePaths | no | (string\|RegExp)[]| - | generate code from include paths |
237
237
| excludeTags | no | (string\|RegExp)[]| - | generate code from exclude tags |
--filterCaseInsensitive <boolean> whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters. (default: false)
197
+
--filterCaseInsensitive <boolean> whether to perform a case-insensitive match with includeTags, includePaths, excludeTags, excludePaths filters
198
198
--includeTags <(string|RegExp)[]> generate code from include tags
199
199
--includePaths <(string|RegExp)[]> generate code from include paths
200
200
--excludeTags <(string|RegExp)[]> generate code from exclude tags
0 commit comments