[前][次][番号順一覧][スレッド一覧]

ruby-changes:72355

From: David <ko1@a...>
Date: Wed, 29 Jun 2022 03:26:09 +0900 (JST)
Subject: [ruby-changes:72355] 1098fdf890 (master): [rubygems/rubygems] Also document `gem env` argument aliases

https://git.ruby-lang.org/ruby.git/commit/?id=1098fdf890

From 1098fdf890d66d624560c4150fb403eff2e2e464 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...>
Date: Wed, 22 Jun 2022 14:11:06 +0200
Subject: [rubygems/rubygems] Also document `gem env` argument aliases

https://github.com/rubygems/rubygems/commit/6d841ccbd4
---
 lib/rubygems/commands/environment_command.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/rubygems/commands/environment_command.rb b/lib/rubygems/commands/environment_command.rb
index 2884c19493..ceccf882ee 100644
--- a/lib/rubygems/commands/environment_command.rb
+++ b/lib/rubygems/commands/environment_command.rb
@@ -8,8 +8,8 @@ class Gem::Commands::EnvironmentCommand < Gem::Command https://github.com/ruby/ruby/blob/trunk/lib/rubygems/commands/environment_command.rb#L8
 
   def arguments # :nodoc:
     args = <<-EOF
-          home            display the path where gems are installed
-          path            display path used to search for gems
+          home            display the path where gems are installed. Aliases: gemhome, gemdir, GEM_HOME
+          path            display path used to search for gems. Aliases: gempath, GEM_PATH
           version         display the gem format version
           remotesources   display the remote gem servers
           platform        display the supported gem platforms
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]