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

Function print_usage

dev-tools/scripts/parseContributorsFromChanges.py:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20from pathlib import Path
21
22def print_usage():
23 print("Usage: parseContributorsFromChanges.py <version>")
24 print(" <version>: Version number (e.g., 9.10.0)")
25 print("\nThis script parses all YAML files in changelog/v<version>/ and extracts unique authors.")
26 print("Output is a comma-separated list of authors sorted by name.")
27 sys.exit(1)
28
29if len(sys.argv) < 2:
30 print("Error: Missing required argument <version>")

Callers 1

Calls 1

exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…