trentm / node-dashdash

A light, featureful and explicit option parsing library for node.js.
Other
177 stars 21 forks source link

Truncated help output #21

Open grahamb opened 8 years ago

grahamb commented 8 years ago

I'm getting truncated help output with the current version (1.13.2).

screenshot 2016-05-03 15 38 33

The help text is being generated here, from an options hash defined here. There's a number of options that aren't being displayed in the help text.

Xerkus commented 8 years ago

nodejs/node#7333

yargs solved it by forcing blocking behavior https://github.com/yargs/set-blocking