Forum: Ruby-core [ruby-trunk - Bug #7184][Open] --disable-gems commandline parameter does not show up with ruby -h

Posted by Siep Korteling (steenslag)
on 2012-10-18 23:16
(Received via mailing list)
Issue #7184 has been reported by steenslag (siep korteling).

----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 1.9.3
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by drbrain (Eric Hodel) (Guest)
on 2012-10-19 02:13
(Received via mailing list)
Issue #7184 has been updated by drbrain (Eric Hodel).

Target version changed from 1.9.3 to 2.0.0

There are many options that do not show up with --help including all of 
the --disable-feature options.

I believe that historically --help hasn't show all of the options ruby 
supports in order to allow --help to fit on one screen.

You can view these options on the man page.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-31024

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by Nobuyoshi Nakada (nobu)
on 2012-10-19 04:42
(Received via mailing list)
Issue #7184 has been updated by nobu (Nobuyoshi Nakada).


Yes, another idea is adding a new option to show all.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-31034

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by U.Nakamura (Guest)
on 2012-10-19 05:03
(Received via mailing list)
Hello,

In message "[ruby-core:48081] [ruby-trunk - Bug #7184] --disable-gems 
commandline parameter does not show up with ruby -h"
    on Oct.19,2012 11:41:49, <nobu@ruby-lang.org> wrote:
> Yes, another idea is adding a new option to show all.

For instance, -h to short help, and --help to long help ?


Regards,
Posted by "Martin J. Dürst" <duerst@it.aoyama.ac.jp> (Guest)
on 2012-10-19 07:54
(Received via mailing list)
On 2012/10/19 12:02, U.Nakamura wrote:
> Hello,
>
> In message "[ruby-core:48081] [ruby-trunk - Bug #7184] --disable-gems 
commandline parameter does not show up with ruby -h"
>      on Oct.19,2012 11:41:49,<nobu@ruby-lang.org>  wrote:
>> Yes, another idea is adding a new option to show all.
>
> For instance, -h to short help, and --help to long help ?

Yes, please, something like this. Remove one of the options showing up
currently so that the "show all options" option can be added to the list
that will fit in one screen. Then people can use the "show all options"
option to look at the whole list, and those that want the screen to fit
on 24 lines (which I think includes Matz) are happy, too. As for which
option to removed from the short list, I can make some suggestions if
it's necessary. But there are many that don't look terribly important.

Regards,   Martin.
Posted by Nobuyoshi Nakada (nobu)
on 2012-11-23 08:38
(Received via mailing list)
Issue #7184 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Closed to Open
% Done changed from 100 to 0

tadf reverted this feature.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-33651

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by tadf (tadayoshi funaba) (Guest)
on 2012-11-23 09:11
(Received via mailing list)
Issue #7184 has been updated by tadf (tadayoshi funaba).


i reverted your commit, not feature or bug.
you reverted a test.

matz wants to print -h in a page.
because, user can read summary without pager.

but, we can use more pages for --help even if we want to write more or 
all.
big paper isn't necessary absolutely.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-33653

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by Nobuyoshi Nakada (nobu)
on 2012-11-23 09:40
(Received via mailing list)
Issue #7184 has been updated by nobu (Nobuyoshi Nakada).


fixed at r37818.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-33655

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by Nobuyoshi Nakada (nobu)
on 2012-11-23 10:00
(Received via mailing list)
Issue #7184 has been updated by nobu (Nobuyoshi Nakada).


No rationale, no description but just failing test makes no sense.
File a ticket first.
----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-33656

Author: steenslag (siep korteling)
Status: Open
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Posted by Nobuyoshi Nakada (nobu)
on 2012-11-23 10:00
(Received via mailing list)
Issue #7184 has been updated by nobu (Nobuyoshi Nakada).

Status changed from Open to Closed
% Done changed from 0 to 100


----------------------------------------
Bug #7184: --disable-gems commandline parameter does not show up with 
ruby -h
https://bugs.ruby-lang.org/issues/7184#change-33657

Author: steenslag (siep korteling)
Status: Closed
Priority: Normal
Assignee:
Category: core
Target version: 2.0.0
ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [i686-linux]


The --disable-gems commandline parameter, as documented in The Ruby 
Programming Language, is not listed when exploring the options with 
'ruby -h'.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.