@override bool matches(String text) => "$name $description $defaultValue ${reader()} ${options.map((e) => e.name).join(" ")}" .toLowerCase() .contains(text.toLowerCase());