tj / commander

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

Using `always_trace!` should hide the `--trace` option in the help output #90

Closed KrauseFx closed 9 years ago

KrauseFx commented 9 years ago

I use always_trace! for my commands. When running --help it still shows the --trace option as available. I found this issue https://github.com/tj/commander/issues/16, but it looks like it's not resolved. Am I missing something?

ggilder commented 9 years ago

Hmm, that seems like a bug. Would you be able to take a look at fixing it? I may have some time to check it out in a few days.

KrauseFx commented 9 years ago

I submitted a pull request: https://github.com/tj/commander/pull/91 :+1: