File Parser for CI/CD to serach for unnecessary Debugs/Console Log - Currently For Salesforce only with Package.xml
bash
cargo install debug_finder
debug_finder main -d .
bash
cargo install debug_finder
debug_finder main -r .
*[ ] Support Salesforce Project w/o Package.xml. *[ ] Support for Package.xml with asterisk. *[ ] Support Other types of Project like Angular/React/VueJS. *[ ] Add Config which will be needed in Project to prepare best and fastest parsing of files inside. *[ ] Better final visualisation.