(text: string)
| 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') { |
no test coverage detected