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

Function shell

tools/generate-command-docs.js:28–32  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

26}
27
28function shell(content) {
29 const start = '```sh';
30 const end = '```';
31 return `${start}${nl}${content}${nl}${end}`;
32}
33
34function printAlias(aliases) {
35 if (aliases.length === 0) {

Callers 2

detailsFunction · 0.85
generateBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected