summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/bin/0.6.0/cli.mjs
blob: 0ae8e919033045fe96b2e565d5854dba89612b19 (plain)
1
2
3
4
5
import process from "node:process";

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