lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.94k stars 397 forks source link

yardoc --help no longer provides much helpful information #342

Closed ajsharp closed 13 years ago

ajsharp commented 13 years ago

As of yard 0.7.1, running yardoc --help only yields the following output:

Usage: yardoc [options]
        --[no-]yardopts [FILE]       If arguments should be read from FILE
                                       (defaults to yes, FILE defaults to .yardopts)
        --[no-]document              If arguments should be read from .document file. 
                                       (defaults to yes)

Running yard help server is slightly more helpful, but it would be nice if the --help command provided output similar to what 0.6.8 did.

lsegal commented 13 years ago

Yea, it totally broke because of an internal change. We fixed it in master, can you confirm? 0.7.2 is going to be coming soon

ajsharp commented 13 years ago

Nice, yup, back to normal in master. Thx for the quick reply. Closing.