summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/tldts/bin/cli.js
blob: a523a82271b63a471d1164d7fda4fc41bed8eb47 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node

'use strict';

const { parse } = require('..');

console.log(
  JSON.stringify(parse(process.argv[process.argv.length - 1]), null, 2),
);