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