File tree Expand file tree Collapse file tree 4 files changed +50
-2
lines changed Expand file tree Collapse file tree 4 files changed +50
-2
lines changed Original file line number Diff line number Diff line change
1
+ .\" generated with nRonn/v0.11.1
2
+ .\" https://github.com/n-ronn/nronn/tree/0.11.1
3
+ .TH "BUNDLE\- FUND" "1" "November 2024" ""
4
+ .SH "NAME"
5
+ \fB bundle \- fund \fR \- Lists information about gems seeking funding assistance
6
+ .SH "SYNOPSIS"
7
+ \fB bundle fund \fR [\fI OPTIONS \fR ]
8
+ .SH "DESCRIPTION"
9
+ \fB bundle fund \fR lists information about gems seeking funding assistance\.
10
+ .SH "OPTIONS"
11
+ .TP
12
+ \fB \- g \fR , \fB \-\- group=GROUP \fR
13
+ Fetch funding information for a specific group\.
14
+ .SH "EXAMPLES"
15
+ .nf
16
+ # Lists funding information for all gems
17
+ bundle fund
18
+
19
+ # Lists funding information for a specific group
20
+ bundle fund \-\- group=security
21
+ .fi
22
+
Original file line number Diff line number Diff line change
1
+ bundle-fund(1) -- Lists information about gems seeking funding assistance
2
+ ============================================================
3
+
4
+ ## SYNOPSIS
5
+
6
+ ` bundle fund ` [ * OPTIONS* ]
7
+
8
+ ## DESCRIPTION
9
+
10
+ ** bundle fund** lists information about gems seeking funding assistance.
11
+
12
+ ## OPTIONS
13
+
14
+ * ` -g ` , ` --group=GROUP ` :
15
+ Fetch funding information for a specific group.
16
+
17
+ ## EXAMPLES
18
+
19
+ ```
20
+ # Lists funding information for all gems
21
+ bundle fund
22
+
23
+ # Lists funding information for a specific group
24
+ bundle fund --group=security
25
+ ```
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ bundle-config(1) bundle-config.1
9
9
bundle-console(1) bundle-console.1
10
10
bundle-doctor(1) bundle-doctor.1
11
11
bundle-exec(1) bundle-exec.1
12
+ bundle-fund(1) bundle-fund.1
12
13
bundle-gem(1) bundle-gem.1
13
14
bundle-help(1) bundle-help.1
14
15
bundle-info(1) bundle-info.1
Original file line number Diff line number Diff line change 30
30
end
31
31
32
32
it "still outputs the old help for commands that do not have man pages yet" do
33
- bundle "help fund "
34
- expect ( out ) . to include ( "Lists information about gems seeking funding assistance " )
33
+ bundle "help issue "
34
+ expect ( out ) . to include ( "Learn how to report an issue in Bundler " )
35
35
end
36
36
37
37
it "looks for a binary and executes it with --help option if it's named bundler-<task>" do
You can’t perform that action at this time.
0 commit comments