MCPcopy Create free account
hub / github.com/apache/solr / read_config

Function read_config

dev-tools/scripts/scaffoldNewModule.py:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def read_config():
45 parser = argparse.ArgumentParser(description='Scaffold new module into solr/modules/<name>')
46 parser.add_argument("name", help='short-name, e.g. my-module')
47 parser.add_argument("full_name", help='Readable name, e.g. "My Module"')
48 parser.add_argument("description", help='Short description for docs, max one line')
49 newconf = parser.parse_args()
50 return newconf
51
52
53def get_readme_skel(module_name):

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…