diff --git a/README.md b/README.md index 4fb680f..e3a767e 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,18 @@ node scanner.js If you want to quickly change path use: ```js -node scanner.js --pathtoscan="./your/path/goes/here" --ignorefolders="some,folder,to,ignore,and,not,scan" --ignorefiles="some,files,to,ignore,and,not,scan" +node scanner.js --pathtoscan="./your/path/goes/here" ``` + +## Extra Options + +We have few extra options available. + +1. `--pathtoscan="./your/path/goes/here"` | Scans specific path (can be set through code variable!) +2. `--ignorefolders="some,folder,to,ignore,and,not,scan"` | Ignores specific folder(s) in that path (CLI ONLY!) +3. `--ignorefiles="some,files,to,ignore,and,not,scan"` | Ignores specific file(s) in that path (CLI ONLY!) + + ## Known limitations 1. Discord webhook integration will send every file analysis which might appear few times per request of AI, it results in a ratelimit and no messages being sent or an error.