tj / commander

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

commands -> defined_commands to fix pry conflict #88

Closed ggilder closed 9 years ago

ggilder commented 9 years ago

Rename commands method, which I'm guessing is very infrequently used, to avoid a conflict with pry. According to https://github.com/pry/pry/issues/1344 this will also be fixed in pry soon; but this seems like a fine interim measure.

cc @KrauseFx @toobulkeh @ralfclaassens

ggilder commented 9 years ago

Should fix https://github.com/tj/commander/issues/83 .

ggilder commented 9 years ago

This has been released in commander 4.3.0 now.