in lib/cli.js [146:149]
async runCommand(subcommand, argv) { const cmd = this.commands.get(subcommand); await cmd.run(argv); }