[#68137] improve semantics of manpages — "Anthony J. Bentley" <anthony@...>
Hi,
1 message
2015/02/17
[#68144] Re: Future of test suites for Ruby — Anthony Crumley <anthony.crumley@...>
FYI...
4 messages
2015/02/17
[#68343] [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault? — ruby@...
Issue #10916 has been reported by why do i need this acct just to create a bug report.
5 messages
2015/02/27
[#68373] Re: [Ruby trunk - Bug #10916] [Open] What the Ruby? SegFault?
— "Martin J. Dürst" <duerst@...>
2015/03/02
> * Author: why do i need this acct just to create a bug report
[#68358] [Ruby trunk - Bug #10902] require("enumerator") scans LOAD_PATH 2x on every invocation — ruby@...1.net
Issue #10902 has been updated by Aman Gupta.
3 messages
2015/02/28
[ruby-core:68065] [Ruby trunk - Bug #10838] [Open] ri's man page and options are wrong
From:
josh.cheek@...
Date:
2015-02-08 09:46:18 UTC
List:
ruby-core #68065
Issue #10838 has been reported by Josh Cheek.
----------------------------------------
Bug #10838: ri's man page and options are wrong
https://bugs.ruby-lang.org/issues/10838
* Author: Josh Cheek
* Status: Open
* Priority: Normal
* Assignee:
* ruby -v: ruby 2.2.0p0
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
## Man page
`man ri` is missing these options:
--[no-]interactive
--[no-]list-doc-dirs
-a, --[no-]all
-l, --[no-]list
--server [PORT]
-v
--help
It lists two options that don't exist
--fmt
--[no-]use-cache
It lists the formats incorrectly as
ansi, bs, html, plain, simple
They should be:
ansi bs markdown rdoc
## Help screen
`ri --help` is missing these options:
--help
--version
-v
-h
Invalid options print the help screen and an error message.
But `-h` prints neither. Instead it enters interactive mode.
Whatever it's doing, it's not documented anywhere.
--
https://bugs.ruby-lang.org/