MCPcopy Create free account
hub / github.com/breach/thrust / parse_args

Function parse_args

scripts/create-dist.py:102–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100
101
102def parse_args():
103 parser = argparse.ArgumentParser(description='Create distributions')
104 parser.add_argument('-u', '--url',
105 help='The base URL from which to download '
106 'libchromiumcontent (i.e., the URL you passed to '
107 'libchromiumcontent\'s script/upload script',
108 default=BASE_URL,
109 required=False)
110 return parser.parse_args()
111
112
113def force_build():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected