You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,6 +109,7 @@ var librariesBuiltInFoldersFlag slice
108
109
varlibrariesFoldersFlagslice
109
110
varcustomBuildPropertiesFlagslice
110
111
varfqbnFlag*string
112
+
varcoreAPIVersionFlag*string
111
113
varideVersionFlag*string
112
114
varbuildPathFlag*string
113
115
varverboseFlag*bool
@@ -129,7 +131,8 @@ func init() {
129
131
flag.Var(&librariesFoldersFlag, FLAG_LIBRARIES, "Specify a 'libraries' folder. Can be added multiple times for specifying multiple 'libraries' folders")
130
132
flag.Var(&customBuildPropertiesFlag, FLAG_PREFS, "Specify a custom preference. Can be added multiple times for specifying multiple custom preferences")
0 commit comments