Maybe it’s one of those code 18,
but when I run rake -T on my Rakefile, the long descriptions of my tasks are always cut.
Is there any way to display the full description without having to make the desc shorter?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The format is slightly different (description starts on the next line instead of as a comment on the current line), but this will give you the full descriptions:
Also, if you really want the other format, you can pipe the output to
catinstead: