jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

fix "jake -ls" padding #356

Closed felix9 closed 5 years ago

felix9 commented 5 years ago

"jake -ls" pads out to the longest task name, even if that task isn't being shown (either because it's excluded by an -ls filter, or it lacks a description).

This fixes the padding to use the longest task name shown.

mde commented 5 years ago

Awesome, thanks!