I'd like to run the task in specific files using the command line. Something like this: ```sh minitest_analyzer /component/**/*test.rb ``` That should analyze all the files that match the path `/component/**/*test.rb`.
I'd like to run the task in specific files using the command line.
Something like this:
That should analyze all the files that match the path
/component/**/*test.rb.