tj / commander

The complete solution for Ruby command-line executables
http://visionmedia.github.com/commander
MIT License
1.09k stars 64 forks source link

Fix command formatting for commands with long names #99

Closed jszwedko closed 9 years ago

jszwedko commented 9 years ago

By using the longest command and alias names to determine how much to "indent" the descriptions.

I didn't try to tackle the options, but I can do that too if we like this approach.

Addresses #98

ggilder commented 9 years ago

@jszwedko thank you for the PR and sorry for taking so long to get back to you! Left one comment, let me know what you think.

ggilder commented 9 years ago

I've just moved the repo to https://github.com/commander-rb/commander - would you mind reopening this PR there? Thanks!