MCPcopy Index your code
hub / github.com/TanStack/cli / formatCommand

Function formatCommand

packages/create/src/utils.ts:19–27  ·  view source on GitHub ↗
({
  command,
  args,
}: {
  command: string
  args: Array<string>
})

Source from the content-addressed store, hash-verified

17}
18
19export function formatCommand({
20 command,
21 args,
22}: {
23 command: string
24 args: Array<string>
25}) {
26 return `${command} ${args.join(' ')}`.trim()
27}
28
29// Turn GitHub URLs into raw URLs
30export function handleSpecialURL(url: string) {

Calls

no outgoing calls

Tested by

no test coverage detected