Bug #1691
closedruby --help doesn't display the "skip rubygems" option
Description
=begin
I believe in trunk there is an option to not load rubygems. Unfortunately I can't tell for sure, since ruby --help hasn't been updated to mention the new option.
Thanks!
=end
Files
Updated by runpaint (Run Paint Run Run) almost 16 years ago
- File ruby.c-help.patch ruby.c-help.patch added
=begin
Looks like just --disable=gems
. Patch attached to update the help.
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Status changed from Open to Rejected
=begin
ruby --help does not mention some options so that the output can be displayed on a traditional character display at once.
=end
Updated by rogerdpack (Roger Pack) almost 16 years ago
=begin
Hmm. Perhaps I should mutate my request into a request for a command line parameter to display all options [verbose help output] then?
Many users without being able to see an option through some command line option will never know of its existence.
Thoughts?
=r
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
=begin
On 7/13/09 8:35 PM, Roger Pack wrote:
Many users without being able to see an option through some command line option will never know of its existence.
They can read the manpage ruby.1. But it may be insufficient for windows
users.
The limitation of the number of lines in --help is because of matz's
policy. What do you think, matz?
-- Yugui (Yuki Sonoda) [email protected]
=end
Updated by shyouhei (Shyouhei Urabe) almost 16 years ago
- Assignee set to matz (Yukihiro Matsumoto)
=begin
=end