tj / commander

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

Add tracing switches #67

Closed ggilder closed 10 years ago

ggilder commented 10 years ago

@jamesrwhite

Incorporated your changes, renamed commands to #always_trace! and #never_trace!, and added more comprehensive specs.

jamesrwhite commented 10 years ago

:+1:

ggilder commented 10 years ago

Waiting for build on travis (https://travis-ci.org/ggilder/commander/builds/18665032), will merge once that's green

jamesrwhite commented 10 years ago

Awesome, will you be able to push it to rubygems provided the build passes?

ggilder commented 10 years ago

Just pushed 4.1.6 with these changes. Thanks again!

jamesrwhite commented 10 years ago

Great, thanks for your help with this.