-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max length of help output? #540
Comments
in node v6? #530 |
6.1.0... |
Cut off here as well. |
I have the same issue with node 6.2.0 and commander 2.9.0 |
It appear that the cut off is due to the program.exit(0) which doesn't give time for the stdout.write operation to complete. Similar issue have been reported. So most likely the implementation should avoid to force exit, instead it should end in a normal flow without this call. |
The comments in #540 suggest this was fixed in node 6.6.0. This issue has not had any activity in over six months. It isn't likely to get acted on due to this report. Feel free to open a new issue if it comes up again, with new information and renewed interest. Thank you for your contributions. |
Future readers: this may still be an issue on Windows TTY which are asynchronous according to: Please open a new issue if you are seeing truncated help. |
I have a tool with a fair number of arguments and subcommands, and the help is getting cut off.
https://github.com/endquote/laundry
The text was updated successfully, but these errors were encountered: