summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfatkodima <fatkodima123@gmail.com>2019-10-31 15:01:39 +0200
committerfatkodima <fatkodima123@gmail.com>2019-11-01 15:56:41 +0200
commit95d7e474e454c79c7b6d73d96e36547e2f1f0e35 (patch)
tree3ef977a1728501b82a29407bd0bf66ebafae2c37 /man
parent49f585ca9e5ecf2f0cf5529e1b320ce07d443de9 (diff)
downloadbundler-95d7e474e454c79c7b6d73d96e36547e2f1f0e35.tar.gz
Support multiple groups for --without-group and --only-group options in bundler list command
Diffstat (limited to 'man')
-rw-r--r--man/bundle-list.112
-rw-r--r--man/bundle-list.1.txt15
-rw-r--r--man/bundle-list.ronn12
3 files changed, 20 insertions, 19 deletions
diff --git a/man/bundle-list.1 b/man/bundle-list.1
index 0d932dbf28..b66de67d21 100644
--- a/man/bundle-list.1
+++ b/man/bundle-list.1
@@ -7,7 +7,7 @@
\fBbundle\-list\fR \- List all the gems in the bundle
.
.SH "SYNOPSIS"
-\fBbundle list\fR [\-\-name\-only] [\-\-paths] [\-\-without\-group=GROUP] [\-\-only\-group=GROUP]
+\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\.
@@ -28,7 +28,7 @@ bundle list \-\-without\-group test
bundle list \-\-only\-group dev
.
.P
-bundle list \-\-only\-group dev \-\-paths
+bundle list \-\-only\-group dev test \-\-paths
.
.SH "OPTIONS"
.
@@ -41,10 +41,10 @@ Print only the name of each gem\.
Print the path to each gem in the bundle\.
.
.TP
-\fB\-\-without\-group\fR
-Print all gems expect from a group\.
+\fB\-\-without\-group=<list>\fR
+A space\-separated list of groups of gems to skip during printing\.
.
.TP
-\fB\-\-only\-group\fR
-Print gems from a particular group\.
+\fB\-\-only\-group=<list>\fR
+A space\-separated list of groups of gems to print\.
diff --git a/man/bundle-list.1.txt b/man/bundle-list.1.txt
index d2433c5648..5809fcea65 100644
--- a/man/bundle-list.1.txt
+++ b/man/bundle-list.1.txt
@@ -6,8 +6,8 @@ NAME
bundle-list - List all the gems in the bundle
SYNOPSIS
- bundle list [--name-only] [--paths] [--without-group=GROUP]
- [--only-group=GROUP]
+ bundle list [--name-only] [--paths] [--without-group=GROUP[ GROUP...]]
+ [--only-group=GROUP[ GROUP...]]
DESCRIPTION
Prints a list of all the gems in the bundle including their version.
@@ -22,7 +22,7 @@ DESCRIPTION
bundle list --only-group dev
- bundle list --only-group dev --paths
+ bundle list --only-group dev test --paths
OPTIONS
--name-only
@@ -31,11 +31,12 @@ OPTIONS
--paths
Print the path to each gem in the bundle.
- --without-group
- Print all gems expect from a group.
+ --without-group=<list>
+ A space-separated list of groups of gems to skip during print-
+ ing.
- --only-group
- Print gems from a particular group.
+ --only-group=<list>
+ A space-separated list of groups of gems to print.
diff --git a/man/bundle-list.ronn b/man/bundle-list.ronn
index 120cf5e307..dc058ecd5f 100644
--- a/man/bundle-list.ronn
+++ b/man/bundle-list.ronn
@@ -3,7 +3,7 @@ bundle-list(1) -- List all the gems in the bundle
## SYNOPSIS
-`bundle list` [--name-only] [--paths] [--without-group=GROUP] [--only-group=GROUP]
+`bundle list` [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[ GROUP...]]
## DESCRIPTION
@@ -19,7 +19,7 @@ bundle list --without-group test
bundle list --only-group dev
-bundle list --only-group dev --paths
+bundle list --only-group dev test --paths
## OPTIONS
@@ -27,7 +27,7 @@ bundle list --only-group dev --paths
Print only the name of each gem.
* `--paths`:
Print the path to each gem in the bundle.
-* `--without-group`:
- Print all gems expect from a group.
-* `--only-group`:
- Print gems from a particular group.
+* `--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.