MCPcopy
hub / github.com/smapiot/piral / getCommandPath

Function getCommandPath

tools/generate-command-docs.js:19–21  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

17}
18
19function getCommandPath(command) {
20 return join(rootFolder, `${command}.md`);
21}
22
23function writeCommandContent(command, content) {
24 const commandMdPath = getCommandPath(command);

Callers 1

writeCommandContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected