retest icon indicating copy to clipboard operation
retest copied to clipboard

Add common extension options

Open AlexB52 opened this issue 2 years ago • 0 comments

We don't need to know how to write the regex for certain files. We only need to pass the programming language instead.

We could add something like:

retest --lang ruby retest --lang go retest --lang js retest --lang ruby go js <- would that work?

We should still keep the extension option retest --ext "\\.rb$" which gives the flexibility for edge cases.

AlexB52 avatar Nov 17 '23 09:11 AlexB52