src/program.ts 76 B raw
1
import { Command } from "commander";
2
3
export const program = new Command();