From: okkez _ Date: 2009-06-11T16:55:09+09:00 Subject: [ruby-core:23793] [Feature #1599] ruby test_foo.rb --help do not show help message Feature #1599: ruby test_foo.rb --help do not show help message http://redmine.ruby-lang.org/issues/show/1599 Author: okkez _ Status: Open, Priority: Normal Category: lib, Target version: 1.9.2 I execute below command. I think it shows help messages, but execute tests only. $ ruby test_foo.rb --help For convenience, I want it to show help messages. # Why not use optparse library? ---------------------------------------- http://redmine.ruby-lang.org