Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acode/cli
/ help
Method
help
cli/commands/version.js:13–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
help() {
14
15
return
{
16
description:
'Returns currently installed version of Autocode command line tools'
17
};
18
19
}
20
21
run(params, callback) {
22
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected