MCPcopy Create free account
hub / github.com/vercel/vercel / cmd

Function cmd

packages/cli/src/util/output/cmd.ts:3–5  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1import chalk from 'chalk';
2
3export default function cmd(text: string) {
4 return `${chalk.gray('`')}${chalk.cyan(text)}${chalk.gray('`')}`;
5}

Callers 15

index.tsFile · 0.85
extractExampleFunction · 0.85
prepareFolderFunction · 0.85
linkFunction · 0.85
mainFunction · 0.85
devFunction · 0.85
listFunction · 0.85
projectsFunction · 0.85
inspectFunction · 0.85
inviteFunction · 0.85
listFunction · 0.85
requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected