Open grahamb opened 8 years ago
I'm getting truncated help output with the current version (1.13.2).
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.
nodejs/node#7333
yargs solved it by forcing blocking behavior https://github.com/yargs/set-blocking
I'm getting truncated help output with the current version (1.13.2).
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.