Sha256: 080ba31e8ce83d86b1f7ccb53a49a9362cbfebfcecf2908c1b90d3a0409a5eee
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
if (phantom.args.length === 0) { console.log('Try to pass some args when invoking this script!'); } else { phantom.args.forEach(function (arg, i) { console.log(i + ': ' + arg); }); } phantom.exit();
Version data entries
3 entries across 3 versions & 2 rubygems