Merge pull request #14811 from Homebrew/sponsors-maintainers-man-completions

Update manpage and completions.
This commit is contained in:
Issy Long 2023-02-25 18:10:25 +00:00 committed by GitHub
commit 0233851031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -537,7 +537,7 @@ __fish_brew_complete_arg 'config' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_cmd 'contributions' 'Contributions to Homebrew repos'
__fish_brew_complete_arg 'contributions' -l csv -d 'Print a CSV of a user\'s contributions across repositories over the time period'
__fish_brew_complete_arg 'contributions' -l csv -d 'Print a CSV of contributions across repositories over the time period'
__fish_brew_complete_arg 'contributions' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'contributions' -l from -d 'Date (ISO-8601 format) to start searching contributions'
__fish_brew_complete_arg 'contributions' -l help -d 'Show this message'

View File

@ -666,7 +666,7 @@ _brew_config() {
# brew contributions
_brew_contributions() {
_arguments \
'--csv[Print a CSV of a user'\''s contributions across repositories over the time period]' \
'--csv[Print a CSV of contributions across repositories over the time period]' \
'--debug[Display any debugging information]' \
'--from[Date (ISO-8601 format) to start searching contributions]' \
'--help[Show this message]' \

View File

@ -1124,7 +1124,7 @@ Contributions to Homebrew repos.
* `--user`:
A GitHub username or email address of a specific person to find contribution data for.
* `--csv`:
Print a CSV of a user's contributions across repositories over the time period.
Print a CSV of contributions across repositories over the time period.
### `create` [*`options`*] *`URL`*

View File

@ -1619,7 +1619,7 @@ A GitHub username or email address of a specific person to find contribution dat
.
.TP
\fB\-\-csv\fR
Print a CSV of a user\'s contributions across repositories over the time period\.
Print a CSV of contributions across repositories over the time period\.
.
.SS "\fBcreate\fR [\fIoptions\fR] \fIURL\fR"
Generate a formula or, with \fB\-\-cask\fR, a cask for the downloadable file at \fIURL\fR and open it in the editor\. Homebrew will attempt to automatically derive the formula name and version, but if it fails, you\'ll have to make your own template\. The \fBwget\fR formula serves as a simple example\. For the complete API, see: \fIhttps://rubydoc\.brew\.sh/Formula\fR