(command: string, commandArgs: string[])
| 28 | } |
| 29 | |
| 30 | function run(command: string, commandArgs: string[]): string { |
| 31 | return runText(command, commandArgs); |
| 32 | } |
| 33 | |
| 34 | export function splitFrontMatter(markdown: string): { |
| 35 | frontMatter: CommitReviewFrontMatter; |
no test coverage detected