2015-07-08 09:13:04 +02:00
|
|
|
Usage: wpt_csv_filter.py [options]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-f FILE, --file=FILE wpt csv input file
|
|
|
|
|
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
|
|
|
|
|
-k, --keep keeps the non bugs html element
|
2015-07-10 08:44:47 +02:00
|
|
|
-s, --stats prints basic stats
|
|
|
|
|
|
|
|
|
|
Usage: wpt_csv_filter_batch.py [options]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-i INPUTDIR, --inputdir=INPUTDIR
|
|
|
|
|
input directory (where all the wpt csv files reside)
|
|
|
|
|
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
|
|
|
|
|
-k, --keep keeps the non bugs html element
|
|
|
|
|
-o OUTPUTDIR, --outputdir=OUTPUTDIR
|
|
|
|
|
output directory (where all the filtered csv files
|
|
|
|
|
will be placed in)
|
|
|
|
|
|
|
|
|
|
Usage: wpt_csv_stats.py [options]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-f FILE, --file=FILE wpt csv input file
|
|
|
|
|
|
|
|
|
|
Usage: wpt_csv_stats_batch.py [options]
|
|
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
-h, --help show this help message and exit
|
|
|
|
|
-i INPUTDIR, --inputdir=INPUTDIR
|
|
|
|
|
input directory (where all the wpt csv files reside)
|