disable all

This commit is contained in:
Ilya Kreymer 2025-11-11 18:04:15 -08:00
parent c72f741761
commit 75ba6a1e92

View file

@ -765,7 +765,7 @@ class ArgParser {
const behaviorOpts: { [key: string]: string | boolean } = {};
//TODO remove - test only
argv.behaviors = ["siteSpecific"];
argv.behaviors = [];
if (argv.behaviors.length > 0) {
if (argv.clickSelector) {