MCPcopy Create free account
hub / github.com/WJX20/claude-code / formatCommandInput

Function formatCommandInput

src/utils/processUserInput/processSlashCommand.tsx:778–780  ·  view source on GitHub ↗
(command: CommandBase, args: string)

Source from the content-addressed store, hash-verified

776 }
777}
778function formatCommandInput(command: CommandBase, args: string): string {
779 return formatCommandInputTags(getCommandName(command), args);
780}
781
782/**
783 * Formats the metadata for a skill loading message.

Callers 2

onDoneFunction · 0.85

Calls 2

formatCommandInputTagsFunction · 0.85
getCommandNameFunction · 0.50

Tested by

no test coverage detected