flag.Var(&extraLibs,"extra-libs","Extra runtime dependencies needed when depending on a module")
flag.Var(&rewriteNames,"rewrite","Regex(es) to rewrite artifact names")
flag.Var(&hostModuleNames,"host","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is a host module")
flag.Var(&hostAndDeviceModuleNames,"host-and-device","Specifies that the corresponding module (specified in the form 'module.group:module.artifact') is both a host and device module.")
flag.StringVar(&sdkVersion,"sdk-version","","What to write to sdk_version")
flag.StringVar(&useVersion,"use-version","","Only read artifacts of a specific version")
flag.BoolVar(&staticDeps,"static-deps",false,"Statically include direct dependencies")