Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acode/cli
/ run
Method
run
cli/commands/version.js:21–26 ·
view source on GitHub ↗
(params, callback)
Source
from the content-addressed store, hash-verified
19
}
20
21
run(params, callback) {
22
23
let
pkg = require(
'../../package.json'
);
24
callback(null, pkg.version);
25
26
}
27
28
}
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected