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