Merge pull request #14811 from Homebrew/sponsors-maintainers-man-completions
Update manpage and completions.
This commit is contained in:
commit
0233851031
@ -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'
|
||||
|
@ -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]' \
|
||||
|
@ -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`*
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user