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