MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / main

Function main

tasks/scripts/sync_docs_website.py:347–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345
346
347def main() -> None:
348 try:
349 args = parse_args()
350 if args.operation == "sync":
351 sync_docs(args)
352 else:
353 remove_docs(args)
354 except Exception as exc:
355 print(f"error: {exc}", file=sys.stderr)
356 raise SystemExit(2) from exc
357
358
359if __name__ == "__main__":

Callers 1

Calls 3

sync_docsFunction · 0.85
remove_docsFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected