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
"The path of the JavaScript app you want to package")
19
20
targetPtr:=flag.String("target", ".", "The path where you want the vc-output.zip to be stored to")
20
21
testsPtr:=flag.String("tests", "", "The path that contains your test files (relative to the source). Uses a heuristic to identifiy tests automatically in case no path is provided")
21
22
isDebugPtr:=flag.Bool("debug", false, "Bool argument which sets the log level to Debug if set to 'true'")
0 commit comments