MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / handleHelpCommand

Function handleHelpCommand

src/runtime/commands/help-command.ts:52–57  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

50}
51
52export function handleHelpCommand(rootDir: string): CommandResult {
53 return {
54 success: true,
55 message: buildHelpMessage(rootDir),
56 };
57}
58
59function readInstalledSkills(configPath: string): SkillConfigEntry[] {
60 if (!fs.existsSync(configPath)) {

Callers 1

handleCommandMethod · 0.85

Calls 1

buildHelpMessageFunction · 0.85

Tested by

no test coverage detected