Files
android-emulator-runner/node_modules/minimist/example/parse.js
T
Yang eaf4c246b5 Merge branch 'main' into release/v2
* main:
  Prepare for release 2.30.0.
  Node 20. (#369)
  Add another user: robolectric/robolectric (#352)
  Promote using ubuntu runner with KVM. (#366)
2024-01-25 23:16:47 +11:00

5 lines
84 B
JavaScript

'use strict';
var argv = require('../')(process.argv.slice(2));
console.log(argv);