Supercraft888 / lFinder

An open source command line interface link checker that will look for dead links. Made for DPS909 for release 0.1
ISC License
1 stars 4 forks source link

Add feature passing multiple file path #12

Closed sanji11 closed 4 years ago

sanji11 commented 4 years ago

As I refer to the issue #11 , I added the feature by changing options type to array from string so it can take multiple file name. Then, I added a for loop to loop through each file and read them one by one. I tested the feature by typing lfinder -n testfile.txt testfile2.txt and it was successful.

Supercraft888 commented 4 years ago

Looks good! Merging