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