Remove nonfunctional ignore-cameras CLI arg (#1708)

The underlying logic appears to have been removed. I don't think anyone
really used this option, and the new camera matching stuff makes it
redundant.
This commit is contained in:
person4268
2025-01-12 16:23:59 -05:00
committed by GitHub
parent d05032963d
commit 03ff9357d7

View File

@@ -74,11 +74,6 @@ public class Main {
"Run in test mode with 2019 and 2020 WPI field images in place of cameras");
options.addOption("p", "path", true, "Point test mode to a specific folder");
options.addOption(
"i",
"ignore-cameras",
true,
"Ignore cameras that match a regex. Uses camera name as provided by cscore.");
options.addOption("n", "disable-networking", false, "Disables control device network settings");
options.addOption(
"c",