So there I was, writing a CLI tool in plain old JavaScript. I had pulled in yargs, as I often do.
Here's the source of my executable:
I'm looking at the above and wondering why demandCommand
is highlighted as an instance member function, but usage
, command
, help
etc. are not.