MCPcopy
hub / github.com/openclaw/clawsweeper / gh

Function gh

src/clawsweeper.ts:1985–1988  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

1983}
1984
1985function gh(args: string[]): string {
1986 if (args[0] === "api") return run("gh", args);
1987 return run("gh", ["--repo", targetRepo(), ...args]);
1988}
1989
1990function ghBinArgs(): string[] {
1991 const value = process.env.GH_BIN_ARGS;

Callers 1

ghWithRetryFunction · 0.85

Calls 2

targetRepoFunction · 0.85
runFunction · 0.70

Tested by

no test coverage detected