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
compileFlag=flag.Bool(FLAG_ACTION_COMPILE, false, "compiles the given sketch")
147
144
preprocessFlag=flag.Bool(FLAG_ACTION_PREPROCESS, false, "preprocess the given sketch")
148
145
dumpPrefsFlag=flag.Bool(FLAG_ACTION_DUMP_PREFS, false, "dumps build properties used when compiling")
149
146
codeCompleteAtFlag=flag.String(FLAG_ACTION_CODE_COMPLETE_AT, "", "output code completions for sketch at a specific location. Location format is \"file:line:col\"")
0 commit comments