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