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