Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acode/cli
/ constructor
Method
constructor
cli/commands/up.js:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
class
UpCommand extends Command {
57
58
constructor() {
59
60
super(
'up'
);
61
62
}
63
64
help() {
65
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected