diff --git a/script/cli.js b/script/cli.js index c015bd3..785a104 100755 --- a/script/cli.js +++ b/script/cli.js @@ -1,4 +1,4 @@ #!/usr/bin/env node const UAParser = require('ua-parser-js'); -console.log(JSON.stringify(process.argv.slice(2).map(ua => UAParser(ua)))); \ No newline at end of file +console.log(JSON.stringify(process.argv.slice(2).map(ua => UAParser(ua)), null, 4)); \ No newline at end of file