mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[rubygems/rubygems] Normalize whitespace in option lists in man pages
33ff4f8f2f
This commit is contained in:
parent
5633cff415
commit
c4bd744800
6 changed files with 12 additions and 1 deletions
|
@ -22,8 +22,10 @@ installed on the local machine, if they satisfy the requirements.
|
|||
|
||||
* `--dry-run`:
|
||||
Locks the [`Gemfile(5)`][Gemfile(5)] before running the command.
|
||||
|
||||
* `--gemfile`:
|
||||
Use the specified gemfile instead of the [`Gemfile(5)`][Gemfile(5)].
|
||||
|
||||
* `--path`:
|
||||
Specify a different path than the system default (`$BUNDLE_PATH` or `$GEM_HOME`).
|
||||
Bundler will remember this value for future installs on this machine.
|
||||
|
|
|
@ -14,4 +14,4 @@ Given a gem name present in your bundle, print the basic information about it
|
|||
## OPTIONS
|
||||
|
||||
* `--path`:
|
||||
Print the path of the given gem
|
||||
Print the path of the given gem
|
||||
|
|
|
@ -16,6 +16,7 @@ created [`Gemfile(5)`][Gemfile(5)].
|
|||
|
||||
* `--gemspec`:
|
||||
Use the specified .gemspec to create the [`Gemfile(5)`][Gemfile(5)]
|
||||
|
||||
* `--gemfile`:
|
||||
Use the specified name for the gemfile instead of `Gemfile`
|
||||
|
||||
|
|
|
@ -25,9 +25,12 @@ bundle list --only-group dev test --paths
|
|||
|
||||
* `--name-only`:
|
||||
Print only the name of each gem.
|
||||
|
||||
* `--paths`:
|
||||
Print the path to each gem in the bundle.
|
||||
|
||||
* `--without-group=<list>`:
|
||||
A space-separated list of groups of gems to skip during printing.
|
||||
|
||||
* `--only-group=<list>`:
|
||||
A space-separated list of groups of gems to print.
|
||||
|
|
|
@ -23,5 +23,6 @@ Will open the source directory for the 'rack' gem in your bundle.
|
|||
Will open the README.md file of the 'rack' gem source in your bundle.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
* `--path`:
|
||||
Specify GEM source relative path to open.
|
||||
|
|
|
@ -22,11 +22,15 @@ The associated gems must also be installed via [`bundle install(1)`](bundle-inst
|
|||
|
||||
* `--file`, `-f`:
|
||||
The name to use for the generated file. See `--format` option
|
||||
|
||||
* `--format`, `-F`:
|
||||
This is output format option. Supported format is png, jpg, svg, dot ...
|
||||
|
||||
* `--requirements`, `-R`:
|
||||
Set to show the version of each required dependency.
|
||||
|
||||
* `--version`, `-v`:
|
||||
Set to show each gem version.
|
||||
|
||||
* `--without`, `-W`:
|
||||
Exclude gems that are part of the specified named group.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue