MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / usage

Function usage

scripts/build-website-manifest.mjs:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39function usage() {
40 console.error(
41 "Usage: build-website-manifest.mjs --out=<path> [--ref=<tag>]\n" +
42 " --out Output JSON file path (required).\n" +
43 " --ref Ref/tag to record in the snapshot. Defaults to v<package.json version>.",
44 );
45}
46
47async function loadYamlDir(dir) {
48 const entries = (await readdir(dir)).filter((f) => f.endsWith(".yaml") || f.endsWith(".yml"));

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected