From 95d7e474e454c79c7b6d73d96e36547e2f1f0e35 Mon Sep 17 00:00:00 2001 From: fatkodima Date: Thu, 31 Oct 2019 15:01:39 +0200 Subject: Support multiple groups for --without-group and --only-group options in bundler list command --- man/bundle-list.1 | 12 ++++++------ man/bundle-list.1.txt | 15 ++++++++------- man/bundle-list.ronn | 12 ++++++------ 3 files changed, 20 insertions(+), 19 deletions(-) (limited to 'man') 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=\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=\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= + A space-separated list of groups of gems to skip during print- + ing. - --only-group - Print gems from a particular group. + --only-group= + 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=`: + A space-separated list of groups of gems to skip during printing. +* `--only-group=`: + A space-separated list of groups of gems to print. -- cgit v1.2.1