JavaScript Programming assignment

profileHero234
index.mjs

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