Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acode/cli
/ constructor
Method
constructor
cli/commands/init.js:14–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
class
InitCommand extends Command {
13
14
constructor() {
15
16
super(
'init'
);
17
18
}
19
20
help() {
21
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected