Description:
Currently, it's challenging to select which files to process. Please add advanced filtering options to make the tool more flexible.
Proposed Solution:
Add new flags to control file selection:
-
Exclude Patterns: An option to ignore specific files or directories.
- Example:
--exclude "node_modules/", --exclude "*.test.ts"
-
Include Patterns: An option to specify which files to process.
- Example:
--include "src/**/*.js"
-
Regex (Optional): A flag to filter file paths using a regular expression for advanced use cases.
or similar.
Description:
Currently, it's challenging to select which files to process. Please add advanced filtering options to make the tool more flexible.
Proposed Solution:
Add new flags to control file selection:
Exclude Patterns: An option to ignore specific files or directories.
--exclude "node_modules/",--exclude "*.test.ts"Include Patterns: An option to specify which files to process.
--include "src/**/*.js"Regex (Optional): A flag to filter file paths using a regular expression for advanced use cases.
or similar.