зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Bundler: add deprecation notice of viz to man
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> https://github.com/rubygems/rubygems/commit/0e1cbfa598
This commit is contained in:
Родитель
31a5586d1e
Коммит
979368b47c
|
@ -15,6 +15,9 @@
|
|||
.P
|
||||
The associated gems must also be installed via \fBbundle install(1)\fR \fIbundle\-install\.1\.html\fR\.
|
||||
.
|
||||
.P
|
||||
\fBviz\fR command was deprecated in Bundler 2\.2\. Use bundler\-graph plugin \fIhttps://github\.com/rubygems/bundler\-graph\fR instead\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
.
|
||||
.TP
|
||||
|
|
|
@ -16,6 +16,8 @@ bundle-viz(1) -- Generates a visual dependency graph for your Gemfile
|
|||
|
||||
The associated gems must also be installed via [`bundle install(1)`](bundle-install.1.html).
|
||||
|
||||
`viz` command was deprecated in Bundler 2.2. Use [bundler-graph plugin](https://github.com/rubygems/bundler-graph) instead.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
* `--file`, `-f`:
|
||||
|
|
|
@ -93,7 +93,7 @@ Open an installed gem in the editor
|
|||
Generate a lockfile for your dependencies
|
||||
.
|
||||
.TP
|
||||
\fBbundle viz(1)\fR \fIbundle\-viz\.1\.html\fR
|
||||
\fBbundle viz(1)\fR \fIbundle\-viz\.1\.html\fR (deprecated)
|
||||
Generate a visual representation of your dependencies
|
||||
.
|
||||
.TP
|
||||
|
|
|
@ -76,7 +76,7 @@ We divide `bundle` subcommands into primary commands and utilities:
|
|||
* [`bundle lock(1)`](bundle-lock.1.html):
|
||||
Generate a lockfile for your dependencies
|
||||
|
||||
* [`bundle viz(1)`](bundle-viz.1.html):
|
||||
* [`bundle viz(1)`](bundle-viz.1.html) (deprecated):
|
||||
Generate a visual representation of your dependencies
|
||||
|
||||
* [`bundle init(1)`](bundle-init.1.html):
|
||||
|
|
Загрузка…
Ссылка в новой задаче