MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / cmd

Function cmd

apps/kimi-code/src/tui/easter-eggs/dance.ts:235–235  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

233 // hint. Paint just the command in the brand color (bold) so it reads as a
234 // command; chalk nesting resumes the dim run right after it.
235 const cmd = (text: string): string => currentTheme.boldFg('primary', text);
236
237 const sub = parsed.args.trim().toLowerCase();
238 if (sub === 'off') {

Callers 1

tryHandleDanceCommandFunction · 0.70

Calls 1

boldFgMethod · 0.80

Tested by

no test coverage detected