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