ruby-changes:70322
From: Ka=C3=ADque <ko1@a...>
Date: Sun, 19 Dec 2021 20:26:39 +0900 (JST)
Subject: [ruby-changes:70322] 0eb1c4ea3a (master): [ruby/irb] Add information about --extra-doc-dir option in the comments
https://git.ruby-lang.org/ruby.git/commit/?id=0eb1c4ea3a From 0eb1c4ea3afa92c9e538551eb344ce1770cac092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ka=C3=ADque=20Kandy=20Koga?= <kaiquekandykoga@g...> Date: Wed, 15 Dec 2021 19:13:40 -0300 Subject: [ruby/irb] Add information about --extra-doc-dir option in the comments https://github.com/ruby/irb/commit/ac3d4b9e79 --- lib/irb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/irb.rb b/lib/irb.rb index 6b296448db6..437658149a8 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -62,6 +62,7 @@ require_relative "irb/easter-egg" https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L62 # -W[level=2] Same as `ruby -W` # --context-mode n Set n[0-4] to method to create Binding Object, # when new workspace was created +# --extra-doc-dir Add an extra doc dir for the doc dialog # --echo Show result (default) # --noecho Don't show result # --echo-on-assignment -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/