mhulse / node-boilerplate-cli

A simple boilerplate starting point for Node.js command line projects.
Apache License 2.0
18 stars 9 forks source link

Update usage to use $0 #13

Closed mhulse closed 5 years ago

mhulse commented 7 years ago
.usage("$0 -operand1 number -operand2 number -operation [add|subtract]")

http://yargs.js.org/docs/#api-usagemessage-opts

mhulse commented 5 years ago

Fixed via ae9df4bdd3d5e3da733b28c25c342d73432c52f3