Closed hark130 closed 2 years ago
Added a -r, --recursive command line option to Use Case 2 (dir). Now lima dir will recursively walk the directory you give it and search all the files it finds for dirty words.
-r, --recursive
lima dir
Local testing appears to be working. Example usage of the new feature:
python -m lima dir -d ~ -w dirty_words.txt -r
Added a
-r, --recursive
command line option to Use Case 2 (dir). Nowlima dir
will recursively walk the directory you give it and search all the files it finds for dirty words.Local testing appears to be working. Example usage of the new feature:
python -m lima dir -d ~ -w dirty_words.txt -r