MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / build_parser

Function build_parser

scripts/delete_import_items.py:133–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132
133def build_parser():
134 parser = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
135 parser.add_argument("config_file", metavar="config_path", help="Path to configuration file")
136 parser.set_defaults(func=init_and_start)
137 return parser
138
139
140if __name__ == "__main__":

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected