def GetToolCommonArgConfig(self) -> ToolCommonArgConfig: argConfig = ToolCommonArgConfig() argConfig.AddPlatformArg = True argConfig.ProcessRemainingArgs = False argConfig.SupportBuildTime = True argConfig.AddBuildFiltering = True argConfig.AddBuildThreads = True argConfig.AddBuildVariants = True argConfig.ProcessRemainingArgs = True return argConfig
def GetToolCommonArgConfig(self) -> ToolCommonArgConfig: argConfig = ToolCommonArgConfig() argConfig.AddPlatformArg = True argConfig.ProcessRemainingArgs = False #argConfig.AllowVSVersion = True argConfig.AllowForceClaimInstallArea = True argConfig.SupportBuildTime = True argConfig.AddBuildThreads = True argConfig.AllowRecursive = True return argConfig
def GetToolCommonArgConfig(self) -> ToolCommonArgConfig: argConfig = ToolCommonArgConfig() argConfig.AddPlatformArg = True argConfig.AddGeneratorSelection = True argConfig.ProcessRemainingArgs = True #argConfig.AllowVSVersion = True argConfig.AllowForceClaimInstallArea = True argConfig.SupportBuildTime = True argConfig.AddBuildFiltering = True argConfig.AddBuildThreads = True argConfig.AddBuildVariants = True argConfig.AllowRecursive = True return argConfig