mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user