We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5140ae7 commit beb122dCopy full SHA for beb122d
main.go
@@ -56,7 +56,7 @@ var (
56
var (
57
hibernate = flag.Bool("hibernate", false, "start hibernated")
58
genCert = flag.Bool("generateCert", false, "")
59
- additionalConfig = flag.String("additional-config", "config.ini", "config file path")
+ additionalConfig = flag.String("additional-config", "", "config file path")
60
isLaunchSelf = flag.Bool("ls", false, "launch self 5 seconds later")
61
62
// Ignored flags for compatibility
0 commit comments