(args: string[])
| 522 | } |
| 523 | |
| 524 | function git(args: string[]) { |
| 525 | return execFileSync("git", args, { |
| 526 | cwd: ROOT, |
| 527 | encoding: "utf-8", |
| 528 | }).trim(); |
| 529 | } |
| 530 | |
| 531 | function printUsage() { |
| 532 | console.log(`changelog:weekly drafts an editable weekly digest packet. |