MCPcopy Index your code
hub / github.com/codeaashu/claude-code / formatCommand

Function formatCommand

src/utils/suggestions/commandSuggestions.ts:221–223  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

219 * Formats a command with proper notation
220 */
221export function formatCommand(command: string): string {
222 return `/${command} `
223}
224
225/**
226 * Generates a deterministic unique ID for a command suggestion.

Callers 1

applyCommandSuggestionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected