typed-typings / npm-yargs

Typings for yargs 🏴‍☠️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command is missing the `handler` function

tomdye opened this issue · comments

According to the docs: http://yargs.js.org/docs/#methods-commandmodule, the command function can take two functions after the command and the description, a builder and a handler.

The typings are currently missing the handler.