Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
chalk from
'chalk'
;
2
3
export
default
function
cmd(text: string) {
4
return
`${chalk.gray(
'`'
)}${chalk.cyan(text)}${chalk.gray(
'`'
)}`;
5
}
Callers
15
index.ts
File · 0.85
extractExample
Function · 0.85
prepareFolder
Function · 0.85
link
Function · 0.85
main
Function · 0.85
dev
Function · 0.85
list
Function · 0.85
projects
Function · 0.85
inspect
Function · 0.85
invite
Function · 0.85
list
Function · 0.85
request
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected