We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d99e2f + 1650d05 commit 91efd8fCopy full SHA for 91efd8f
main.go
@@ -41,6 +41,10 @@ var (
41
genCert = flag.Bool("generateCert", false, "")
42
additionalConfig = flag.String("additional-config", "config.ini", "config file path")
43
isLaunchSelf = flag.Bool("ls", false, "launch self 5 seconds later")
44
+
45
+ // Ignored flags for compatibility
46
+ _ = flag.String("gc", "std", "Deprecated. Use the config.ini file")
47
+ _ = flag.String("regex", "usb|acm|com", "Deprecated. Use the config.ini file")
48
)
49
50
// iniflags
0 commit comments