From 5662a9cf9779222185475d638ef0ec73655592c9 Mon Sep 17 00:00:00 2001 From: Lisa Date: Thu, 13 Mar 2025 20:15:02 +0100 Subject: [PATCH] V3 Release --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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.