summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/bin/1.0.0/cli-no-ext
blob: 7b6ba272416a0bf497e4c6eeb0071ffac6b367e3 (plain)
1
2
3
4
5
const process = require("process");

for (const arg of process.argv.slice(2)) {
  console.log(arg);
}