Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acode/cli
/ constructor
Method
constructor
cli/commands/create.js:35–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
class
CreateCommand extends Command {
34
35
constructor() {
36
37
super(
'create'
);
38
39
}
40
41
help() {
42
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected