Skip to content

Commit

Permalink
- Regenerate with bashly 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Jul 5, 2024
1 parent afb422a commit 5bbb836
Show file tree
Hide file tree
Showing 42 changed files with 315 additions and 408 deletions.
8 changes: 4 additions & 4 deletions doc/rush-add.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-add" "1" "February 2024" "" "Register a local repository."
.TH "rush\-add" "1" "July 2024" "" "Register a local repository."
.SH NAME
\f[B]rush add\f[R] - Register a local repository.
\f[B]rush add\f[R] \- Register a local repository.
.SH SYNOPSIS
\f[B]rush add\f[R] REPO PATH
.SH DESCRIPTION
Expand All @@ -23,7 +23,7 @@ Path to the repository.
.SH EXAMPLES
.IP
.EX
rush add default \[ti]/rush-repos/default
rush add default \[ti]/rush\-repos/default
.EE
.SH SEE ALSO
\f[B]rush\f[R](1)
2 changes: 1 addition & 1 deletion doc/rush-add.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-add(1) | Register a local repository.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
28 changes: 14 additions & 14 deletions doc/rush-clone.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-clone" "1" "February 2024" "" "Clone a GitHub package repository."
.TH "rush\-clone" "1" "July 2024" "" "Clone a GitHub package repository."
.SH NAME
\f[B]rush clone\f[R] - Clone a GitHub package repository.
\f[B]rush clone\f[R] \- Clone a GitHub package repository.
.SH SYNOPSIS
\f[B]rush clone\f[R] GITHUB_USER PATH OPTIONS
.SH DESCRIPTION
Expand All @@ -14,27 +14,27 @@ file.
.SS GITHUB_USER
Github user.
.PP
This user is expected to have a repository named \f[B]rush-repo\f[R].
This user is expected to have a repository named \f[B]rush\-repo\f[R].
.PP
If you need to use a different name, use the \f[B]user/repo\f[R] syntax.
.IP \[bu] 2
\f[I]Required\f[R]
.SS PATH
Local path to clone the repository into.
.PP
Default: \[ti]/rush-repos/<github_user>/<github_repo>
Default: \[ti]/rush\-repos/<github_user>/<github_repo>
.SH OPTIONS
.SS --ssh, -s
.SS \-\-ssh, \-s
Clone using SSH instead of HTTPS.
.SS --default, -d
Set this as the default repository (same as \f[B]--name default\f[R]).
.SS --name, -n NAME
.SS \-\-default, \-d
Set this as the default repository (same as \f[B]\-\-name default\f[R]).
.SS \-\-name, \-n NAME
Name to use in the config file.
.PP
Default: GitHub user
.SS --shallow, -w
.SS \-\-shallow, \-w
Perform a shallow clone, instead of the default full clone.
.SS --ignore, -i
.SS \-\-ignore, \-i
Ignore (do not clone) if a repository with this name exists.
.SH DEPENDENCIES
.SS git
Expand All @@ -43,11 +43,11 @@ Ignore (do not clone) if a repository with this name exists.
.EX
rush clone bobby
rush clone bobby --default
rush clone bobby \-\-default
rush clone bobby/bobs-repo ./repos/bobby --ssh
rush clone bobby/bobs\-repo ./repos/bobby \-\-ssh
rush clone bobby --name sample --ignore
rush clone bobby \-\-name sample \-\-ignore
.EE
.SH SEE ALSO
\f[B]rush\f[R](1)
2 changes: 1 addition & 1 deletion doc/rush-clone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-clone(1) | Clone a GitHub package repository.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush-completions.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-completions" "1" "February 2024" "" "Generate bash completions."
.TH "rush\-completions" "1" "July 2024" "" "Generate bash completions."
.SH NAME
\f[B]rush completions\f[R] - Generate bash completions.
\f[B]rush completions\f[R] \- Generate bash completions.
.SH SYNOPSIS
\f[B]rush completions\f[R]
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-completions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-completions(1) | Generate bash completions.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
8 changes: 4 additions & 4 deletions doc/rush-config.1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-config" "1" "February 2024" "" "Show or edit the configuration file."
.TH "rush\-config" "1" "July 2024" "" "Show or edit the configuration file."
.SH NAME
\f[B]rush config\f[R] - Show or edit the configuration file.
\f[B]rush config\f[R] \- Show or edit the configuration file.
.SH SYNOPSIS
\f[B]rush config\f[R] OPTIONS
.SH DESCRIPTION
Show or edit the configuration file.
.IP \[bu] 2
Alias: \f[B]c\f[R]
.SH OPTIONS
.SS --edit, -e
.SS \-\-edit, \-e
Open the configuration file for editing.
.SH SEE ALSO
\f[B]rush\f[R](1)
2 changes: 1 addition & 1 deletion doc/rush-config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-config(1) | Show or edit the configuration file.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
10 changes: 5 additions & 5 deletions doc/rush-copy.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-copy" "1" "February 2024" "" "Copy a package between local repositories."
.TH "rush\-copy" "1" "July 2024" "" "Copy a package between local repositories."
.SH NAME
\f[B]rush copy\f[R] - Copy a package between local repositories.
\f[B]rush copy\f[R] \- Copy a package between local repositories.
.SH SYNOPSIS
\f[B]rush copy\f[R] SOURCE_PACKAGE TARGET_PACKAGE OPTIONS
.SH DESCRIPTION
Expand All @@ -26,7 +26,7 @@ case, the default repository will be used) or in the form of
If left empty, the package will be copied with the same name to the
default repository.
.SH OPTIONS
.SS --force, -f
.SS \-\-force, \-f
Copy the package even if it already exists in the target repository.
.SH EXAMPLES
.IP
Expand All @@ -35,7 +35,7 @@ rush copy james:python
rush copy james:python python3
rush copy james:python bobby:python3 --force
rush copy james:python bobby:python3 \-\-force
.EE
.SH SEE ALSO
\f[B]rush\f[R](1)
2 changes: 1 addition & 1 deletion doc/rush-copy.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-copy(1) | Copy a package between local repositories.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush-default.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-default" "1" "February 2024" "" "Set a default repository."
.TH "rush\-default" "1" "July 2024" "" "Set a default repository."
.SH NAME
\f[B]rush default\f[R] - Set a default repository.
\f[B]rush default\f[R] \- Set a default repository.
.SH SYNOPSIS
\f[B]rush default\f[R] REPO
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-default.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-default(1) | Set a default repository.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush-edit.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-edit" "1" "February 2024" "" "Edit package files."
.TH "rush\-edit" "1" "July 2024" "" "Edit package files."
.SH NAME
\f[B]rush edit\f[R] - Edit package files.
\f[B]rush edit\f[R] \- Edit package files.
.SH SYNOPSIS
\f[B]rush edit\f[R] PACKAGE FILE
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-edit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-edit(1) | Edit package files.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
18 changes: 9 additions & 9 deletions doc/rush-get.1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-get" "1" "February 2024" "" "Install a package."
.TH "rush\-get" "1" "July 2024" "" "Install a package."
.SH NAME
\f[B]rush get\f[R] - Install a package.
\f[B]rush get\f[R] \- Install a package.
.SH SYNOPSIS
\f[B]rush get\f[R] PACKAGE OPTIONS
rush [get] PACKAGE OPTIONS
.SH DESCRIPTION
Install a package.
.PP
Expand All @@ -26,23 +26,23 @@ case, the default repository will be used) or in the form of
.IP \[bu] 2
\f[I]Required\f[R]
.SH OPTIONS
.SS --clone, -c
.SS \-\-clone, \-c
Clone the repository if it is not found locally.
.PP
This flag will look for a GitHub user with the same name as the
repository, and attempt to clone their rush-repo repository.
.SS --force, -f
repository, and attempt to clone their rush\-repo repository.
.SS \-\-force, \-f
Force installation.
.PP
This may mean different things in different packages.
.SS --verbose, -v
.SS \-\-verbose, \-v
Show additional details if possible.
.SH EXAMPLES
.IP
.EX
rush ruby
rush get ruby --force
rush get ruby \-\-force
rush get centos:ruby
.EE
Expand Down
4 changes: 2 additions & 2 deletions doc/rush-get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-get(1) | Install a package.
%
% February 2024
% July 2024

NAME
==================================================
Expand All @@ -10,7 +10,7 @@ NAME
SYNOPSIS
==================================================

**rush get** PACKAGE [OPTIONS]
rush [get] PACKAGE [OPTIONS]

DESCRIPTION
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush-info.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-info" "1" "February 2024" "" "Show information about a package."
.TH "rush\-info" "1" "July 2024" "" "Show information about a package."
.SH NAME
\f[B]rush info\f[R] - Show information about a package.
\f[B]rush info\f[R] \- Show information about a package.
.SH SYNOPSIS
\f[B]rush info\f[R] PACKAGE
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-info(1) | Show information about a package.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
12 changes: 6 additions & 6 deletions doc/rush-list.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-list" "1" "February 2024" "" "Show packages in one or all repositories."
.TH "rush\-list" "1" "July 2024" "" "Show packages in one or all repositories."
.SH NAME
\f[B]rush list\f[R] - Show packages in one or all repositories.
\f[B]rush list\f[R] \- Show packages in one or all repositories.
.SH SYNOPSIS
\f[B]rush list\f[R] REPO_OR_PACKAGE OPTIONS
.SH DESCRIPTION
Expand All @@ -20,9 +20,9 @@ Provide a repository name to show only packages in this repository.
Provide a package name (may be in the form of \f[B]repo:package\f[R]) to
show nested packages.
.SH OPTIONS
.SS --simple, -s
.SS \-\-simple, \-s
Show only package names.
.SS --all, -a
.SS \-\-all, \-a
Show nested packages as well.
.SH EXAMPLES
.IP
Expand All @@ -35,7 +35,7 @@ rush list personal
rush list apps
rush list apps --simple --all
rush list apps \-\-simple \-\-all
.EE
.SH SEE ALSO
\f[B]rush\f[R](1)
2 changes: 1 addition & 1 deletion doc/rush-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-list(1) | Show packages in one or all repositories.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/rush-pull.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-pull" "1" "February 2024" "" "Git pull one or all repositories."
.TH "rush\-pull" "1" "July 2024" "" "Git pull one or all repositories."
.SH NAME
\f[B]rush pull\f[R] - Git pull one or all repositories.
\f[B]rush pull\f[R] \- Git pull one or all repositories.
.SH SYNOPSIS
\f[B]rush pull\f[R] REPO
.SH DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion doc/rush-pull.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% rush-pull(1) | Git pull one or all repositories.
%
% February 2024
% July 2024

NAME
==================================================
Expand Down
12 changes: 6 additions & 6 deletions doc/rush-push.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.\" Automatically generated by Pandoc 3.1.9
.\" Automatically generated by Pandoc 3.2
.\"
.TH "rush-push" "1" "February 2024" "" "Git push one or all repositories."
.TH "rush\-push" "1" "July 2024" "" "Git push one or all repositories."
.SH NAME
\f[B]rush push\f[R] - Git push one or all repositories.
\f[B]rush push\f[R] \- Git push one or all repositories.
.SH SYNOPSIS
\f[B]rush push\f[R] REPO OPTIONS
.SH DESCRIPTION
Expand All @@ -15,13 +15,13 @@ Repository name.
.IP \[bu] 2
Default Value: \f[B]default\f[R]
.SH OPTIONS
.SS --all, -a
.SS \-\-all, \-a
Push all repositories.
.SS --message, -m TEXT
.SS \-\-message, \-m TEXT
Commit message.
.IP \[bu] 2
Default Value: \f[B]automatic commit\f[R]
.SS --chmod, -x
.SS \-\-chmod, \-x
Apply the executable bit to all main and undo scripts in the git
repository index.
.SH DEPENDENCIES
Expand Down
Loading

0 comments on commit 5bbb836

Please sign in to comment.