diff options
author | David RodrÃguez <[email protected]> | 2023-12-07 18:11:56 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-08 16:01:01 +0900 |
commit | 01a2a0abc6a7deac27d66819531d53ceb7855c6a () | |
tree | e97831b94dcd32549116402411f691bb023f7a97 /lib/bundler/man/bundle-list.1 | |
parent | 1c3aa4b97709676f2a254d0047d061e6bdff0472 (diff) |
[rubygems/rubygems] Migrate documentation to be generated with nronn
https://.com/rubygems/rubygems/commit/55281f0eaa
-rw-r--r-- | lib/bundler/man/bundle-list.1 | 23 |
1 files changed, 4 insertions, 19 deletions
@@ -1,49 +1,34 @@ -.\" generated with Ronn/v0.7.3 -.\" http://.com/rtomayko/ronn/tree/0.7.3 -. -.TH "BUNDLE\-LIST" "1" "December 2023" "" "" -. .SH "NAME" \fBbundle\-list\fR \- List all the gems in the bundle -. .SH "SYNOPSIS" -\fBbundle list\fR [\-\-name\-only] [\-\-paths] [\-\-without\-group=GROUP[ GROUP\.\.\.]] [\-\-only\-group=GROUP[ GROUP\.\.\.]] -. .SH "DESCRIPTION" Prints a list of all the gems in the bundle including their version\. -. .P Example: -. .P bundle list \-\-name\-only -. .P bundle list \-\-paths -. .P bundle list \-\-without\-group test -. .P bundle list \-\-only\-group dev -. .P bundle list \-\-only\-group dev test \-\-paths -. .SH "OPTIONS" -. .TP \fB\-\-name\-only\fR Print only the name of each gem\. -. .TP \fB\-\-paths\fR Print the path to each gem in the bundle\. -. .TP \fB\-\-without\-group=<list>\fR A space\-separated list of groups of gems to skip during printing\. -. .TP \fB\-\-only\-group=<list>\fR A space\-separated list of groups of gems to print\. |