Skip to content

Commit 5bbb836

Browse files
committed
- Regenerate with bashly 1.2.0
1 parent afb422a commit 5bbb836

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+315
-408
lines changed

doc/rush-add.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.\" Automatically generated by Pandoc 3.1.9
1+
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "rush-add" "1" "February 2024" "" "Register a local repository."
3+
.TH "rush\-add" "1" "July 2024" "" "Register a local repository."
44
.SH NAME
5-
\f[B]rush add\f[R] - Register a local repository.
5+
\f[B]rush add\f[R] \- Register a local repository.
66
.SH SYNOPSIS
77
\f[B]rush add\f[R] REPO PATH
88
.SH DESCRIPTION
@@ -23,7 +23,7 @@ Path to the repository.
2323
.SH EXAMPLES
2424
.IP
2525
.EX
26-
rush add default \[ti]/rush-repos/default
26+
rush add default \[ti]/rush\-repos/default
2727
.EE
2828
.SH SEE ALSO
2929
\f[B]rush\f[R](1)

doc/rush-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% rush-add(1) | Register a local repository.
22
%
3-
% February 2024
3+
% July 2024
44

55
NAME
66
==================================================

doc/rush-clone.1

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.\" Automatically generated by Pandoc 3.1.9
1+
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "rush-clone" "1" "February 2024" "" "Clone a GitHub package repository."
3+
.TH "rush\-clone" "1" "July 2024" "" "Clone a GitHub package repository."
44
.SH NAME
5-
\f[B]rush clone\f[R] - Clone a GitHub package repository.
5+
\f[B]rush clone\f[R] \- Clone a GitHub package repository.
66
.SH SYNOPSIS
77
\f[B]rush clone\f[R] GITHUB_USER PATH OPTIONS
88
.SH DESCRIPTION
@@ -14,27 +14,27 @@ file.
1414
.SS GITHUB_USER
1515
Github user.
1616
.PP
17-
This user is expected to have a repository named \f[B]rush-repo\f[R].
17+
This user is expected to have a repository named \f[B]rush\-repo\f[R].
1818
.PP
1919
If you need to use a different name, use the \f[B]user/repo\f[R] syntax.
2020
.IP \[bu] 2
2121
\f[I]Required\f[R]
2222
.SS PATH
2323
Local path to clone the repository into.
2424
.PP
25-
Default: \[ti]/rush-repos/<github_user>/<github_repo>
25+
Default: \[ti]/rush\-repos/<github_user>/<github_repo>
2626
.SH OPTIONS
27-
.SS --ssh, -s
27+
.SS \-\-ssh, \-s
2828
Clone using SSH instead of HTTPS.
29-
.SS --default, -d
30-
Set this as the default repository (same as \f[B]--name default\f[R]).
31-
.SS --name, -n NAME
29+
.SS \-\-default, \-d
30+
Set this as the default repository (same as \f[B]\-\-name default\f[R]).
31+
.SS \-\-name, \-n NAME
3232
Name to use in the config file.
3333
.PP
3434
Default: GitHub user
35-
.SS --shallow, -w
35+
.SS \-\-shallow, \-w
3636
Perform a shallow clone, instead of the default full clone.
37-
.SS --ignore, -i
37+
.SS \-\-ignore, \-i
3838
Ignore (do not clone) if a repository with this name exists.
3939
.SH DEPENDENCIES
4040
.SS git
@@ -43,11 +43,11 @@ Ignore (do not clone) if a repository with this name exists.
4343
.EX
4444
rush clone bobby
4545
46-
rush clone bobby --default
46+
rush clone bobby \-\-default
4747
48-
rush clone bobby/bobs-repo ./repos/bobby --ssh
48+
rush clone bobby/bobs\-repo ./repos/bobby \-\-ssh
4949
50-
rush clone bobby --name sample --ignore
50+
rush clone bobby \-\-name sample \-\-ignore
5151
.EE
5252
.SH SEE ALSO
5353
\f[B]rush\f[R](1)

doc/rush-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% rush-clone(1) | Clone a GitHub package repository.
22
%
3-
% February 2024
3+
% July 2024
44

55
NAME
66
==================================================

doc/rush-completions.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.\" Automatically generated by Pandoc 3.1.9
1+
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "rush-completions" "1" "February 2024" "" "Generate bash completions."
3+
.TH "rush\-completions" "1" "July 2024" "" "Generate bash completions."
44
.SH NAME
5-
\f[B]rush completions\f[R] - Generate bash completions.
5+
\f[B]rush completions\f[R] \- Generate bash completions.
66
.SH SYNOPSIS
77
\f[B]rush completions\f[R]
88
.SH DESCRIPTION

doc/rush-completions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% rush-completions(1) | Generate bash completions.
22
%
3-
% February 2024
3+
% July 2024
44

55
NAME
66
==================================================

doc/rush-config.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
.\" Automatically generated by Pandoc 3.1.9
1+
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "rush-config" "1" "February 2024" "" "Show or edit the configuration file."
3+
.TH "rush\-config" "1" "July 2024" "" "Show or edit the configuration file."
44
.SH NAME
5-
\f[B]rush config\f[R] - Show or edit the configuration file.
5+
\f[B]rush config\f[R] \- Show or edit the configuration file.
66
.SH SYNOPSIS
77
\f[B]rush config\f[R] OPTIONS
88
.SH DESCRIPTION
99
Show or edit the configuration file.
1010
.IP \[bu] 2
1111
Alias: \f[B]c\f[R]
1212
.SH OPTIONS
13-
.SS --edit, -e
13+
.SS \-\-edit, \-e
1414
Open the configuration file for editing.
1515
.SH SEE ALSO
1616
\f[B]rush\f[R](1)

doc/rush-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% rush-config(1) | Show or edit the configuration file.
22
%
3-
% February 2024
3+
% July 2024
44

55
NAME
66
==================================================

doc/rush-copy.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.\" Automatically generated by Pandoc 3.1.9
1+
.\" Automatically generated by Pandoc 3.2
22
.\"
3-
.TH "rush-copy" "1" "February 2024" "" "Copy a package between local repositories."
3+
.TH "rush\-copy" "1" "July 2024" "" "Copy a package between local repositories."
44
.SH NAME
5-
\f[B]rush copy\f[R] - Copy a package between local repositories.
5+
\f[B]rush copy\f[R] \- Copy a package between local repositories.
66
.SH SYNOPSIS
77
\f[B]rush copy\f[R] SOURCE_PACKAGE TARGET_PACKAGE OPTIONS
88
.SH DESCRIPTION
@@ -26,7 +26,7 @@ case, the default repository will be used) or in the form of
2626
If left empty, the package will be copied with the same name to the
2727
default repository.
2828
.SH OPTIONS
29-
.SS --force, -f
29+
.SS \-\-force, \-f
3030
Copy the package even if it already exists in the target repository.
3131
.SH EXAMPLES
3232
.IP
@@ -35,7 +35,7 @@ rush copy james:python
3535
3636
rush copy james:python python3
3737
38-
rush copy james:python bobby:python3 --force
38+
rush copy james:python bobby:python3 \-\-force
3939
.EE
4040
.SH SEE ALSO
4141
\f[B]rush\f[R](1)

doc/rush-copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% rush-copy(1) | Copy a package between local repositories.
22
%
3-
% February 2024
3+
% July 2024
44

55
NAME
66
==================================================

0 commit comments

Comments
 (0)