Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MatterAIOrg/OrbCode
/ run
Function
run
release.py:25–27 ·
view source on GitHub ↗
(cmd, **kwargs)
Source
from the content-addressed store, hash-verified
23
24
25
def
run(cmd, **kwargs):
26
print(f
"$ {' '.join(cmd)}"
)
27
return
subprocess.run(cmd, cwd=ROOT, **kwargs)
28
29
30
def
fail(msg):
Callers
1
main
Function · 0.85
Calls
1
run
Method · 0.80
Tested by
no test coverage detected