Difference between revisions of "Gem --help"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> gem --help RubyGems is a sophisticated package manager for Ruby. This is a basic help message containing pointers to more information. Usage: gem -h/--help g...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lowercase}}
gem --help
+
gem --help
RubyGems is a sophisticated package manager for Ruby.  This is a
+
[[RubyGems]] is a sophisticated [[package manager]] for [[Ruby]].  This is a
basic help message containing pointers to more information.
+
basic help message containing pointers to more information.
  
 
   Usage:
 
   Usage:
Line 8: Line 8:
 
     gem -v/--version
 
     gem -v/--version
 
     gem command [arguments...] [options...]
 
     gem command [arguments...] [options...]
 
+
 
   Examples:
 
   Examples:
     gem install rake
+
     [[gem install rake]]
     gem list --local
+
     [[gem list]] --local
 
     gem build package.gemspec
 
     gem build package.gemspec
 
     gem help install
 
     gem help install
 
+
 
   Further help:
 
   Further help:
 
     gem help commands            list all 'gem' commands
 
     gem help commands            list all 'gem' commands
Line 27: Line 27:
 
   Further information:
 
   Further information:
 
     http://guides.rubygems.org
 
     http://guides.rubygems.org
</pre>
+
 
  
  
 
== See also ==
 
== See also ==
 
* {{gem}}
 
* {{gem}}
 +
 +
[[Category:Ruby]]
 +
[[Category:Gem]]

Latest revision as of 12:27, 19 March 2024

gem --help
RubyGems is a sophisticated package manager for Ruby.  This is a
basic help message containing pointers to more information.
 Usage:
   gem -h/--help
   gem -v/--version
   gem command [arguments...] [options...]

 Examples:
   gem install rake
   gem list --local
   gem build package.gemspec
   gem help install

 Further help:
   gem help commands            list all 'gem' commands
   gem help examples            show some examples of usage
   gem help gem_dependencies    gem dependencies file guide
   gem help platforms           gem platforms guide
   gem help <COMMAND>           show help on COMMAND
                                  (e.g. 'gem help install')
   gem server                   present a web page at
                                http://localhost:8808/
                                with info about installed gems
 Further information:
   http://guides.rubygems.org


See also[edit]

Advertising: