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