pgr0ss / rake_commit

A program that helps with checking in code. It automates common git or svn commands.
13 stars 13 forks source link

Add a option `-l` for setting the word wrap limit. #29

Closed leighmcculloch closed 8 years ago

leighmcculloch commented 8 years ago

What

Add a short option -l for setting the word wrap limit.

Why

--word-wrap is really long to type, and it is the only option that doesn't have a short version.

pgr0ss commented 8 years ago

Why -l?

leighmcculloch commented 8 years ago

-w was taken. -l for limit. I'm open to any letter. Maybe we should do -z?

pgr0ss commented 8 years ago

-l for limit makes sense. Thanks.