MCPcopy Create free account
hub / github.com/0xcaff/codex-web / main

Function main

scripts/fetch_updates/fetch_updates.py:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120
121
122def main() -> None:
123 parser = argparse.ArgumentParser(
124 description="Fetch and stage Codex Desktop Sparkle updates."
125 )
126 parser.add_argument("output", help="Destination root directory")
127 run(parser.parse_args())
128
129
130if __name__ == "__main__":

Callers 1

fetch_updates.pyFile · 0.70

Calls 1

runFunction · 0.85

Tested by

no test coverage detected