声明program变量

// index.mjs
import { Command } from 'commander/esm.mjs';
const program = new Command();

扩展阅读