From 92a74de9e01ac2dbbeb4300af3ebf01b1a1ba46c Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 16 Apr 2014 11:17:48 +0200 Subject: [PATCH] Added the include and exclude options. --- fourmi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fourmi.py b/fourmi.py index 232f1f5..2b36b08 100755 --- a/fourmi.py +++ b/fourmi.py @@ -16,6 +16,8 @@ Options: --log= Save log to an file. -o --output= Output file [default: result.*format*] -f --format= Output formats (supported: csv, json, jsonlines, xml) [default: jsonlines] + --include= Include only sources that match the regular these expressions split by a comma. + --exclude= Exclude the sources that match the regular these expressions split by a comma. """ from twisted.internet import reactor