JavaScript Programming assignment

Hero234
index.mjs

#!/usr/bin/env node import cli from './src/cli.mjs'; (async () => await cli())();