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
196
--includeTags <(string|RegExp)[]> generate code from include tags
196
197
--includePaths <(string|RegExp)[]> generate code from include paths
197
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) | |
233
235
| includeTags | no | (string\|RegExp)[]| - | generate code from include tags, priorityRule=include required |
234
236
| includePaths | no | (string\|RegExp)[]| - | generate code from include paths |
235
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
198
--includeTags <(string|RegExp)[]> generate code from include tags
198
199
--includePaths <(string|RegExp)[]> generate code from include paths
199
200
--excludeTags <(string|RegExp)[]> generate code from exclude tags
0 commit comments