springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

Fix start up error when using yargs 7.1.1 #342

Closed moddular closed 3 years ago

moddular commented 3 years ago

From version 7.1.1 of yargs it seems the args object has a null prototype so calling args.hasOwnProperty will error.