Skip to content

Commit

Permalink
asdfasf
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Apr 30, 2024
1 parent 97e29fd commit 1cb3803
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Library/Homebrew/extend/blank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Array
# [1,2,3].blank? # => false
# ```
sig { returns(T::Boolean) }
alias blank? empty?
def blank? = empty?

sig { returns(T::Boolean) }
def present? = !empty? # :nodoc:
Expand All @@ -111,7 +111,7 @@ class Hash
# { key: 'value' }.blank? # => false
# ```
sig { returns(T::Boolean) }
alias blank? empty?
def blank? = empty?

sig { returns(T::Boolean) }
def present? = !empty? # :nodoc:
Expand All @@ -125,7 +125,7 @@ class Symbol
# :symbol.blank? # => false
# ```
sig { returns(T::Boolean) }
alias blank? empty?
def blank? = empty?

sig { returns(T::Boolean) }
def present? = !empty? # :nodoc:
Expand Down
6 changes: 3 additions & 3 deletions completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ __fish_brew_complete_arg 'pr-publish' -l verbose -d 'Make some output more verbo
__fish_brew_complete_arg 'pr-publish' -l workflow -d 'Target workflow filename (default: `publish-commit-bottles.yml`)'


__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
__fish_brew_complete_cmd 'pr-pull' 'Download and publish bottles and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
__fish_brew_complete_arg 'pr-pull' -l artifact-pattern -d 'Download artifacts with the specified pattern (default: `bottles{,_*}`)'
__fish_brew_complete_arg 'pr-pull' -l autosquash -d 'Automatically reformat and reword commits in the pull request to our preferred format'
__fish_brew_complete_arg 'pr-pull' -l branch-okay -d 'Do not warn if pulling to a branch besides the repository default (useful for testing)'
Expand Down Expand Up @@ -1482,12 +1482,12 @@ __fish_brew_complete_arg 'test' -a '(__fish_brew_suggest_formulae_installed)'
__fish_brew_complete_cmd 'tests' 'Run Homebrew\'s unit and integration tests'
__fish_brew_complete_arg 'tests' -l changed -d 'Only runs tests on files that were changed from the master branch'
__fish_brew_complete_arg 'tests' -l coverage -d 'Generate code coverage reports'
__fish_brew_complete_arg 'tests' -l debug -d 'Enable debugging using ruby/debug, or surface the standard `odebug` output'
__fish_brew_complete_arg 'tests' -l debug -d 'Enable debugging using `ruby/debug`, or surface the standard `odebug` output'
__fish_brew_complete_arg 'tests' -l fail-fast -d 'Exit early on the first failing test'
__fish_brew_complete_arg 'tests' -l generic -d 'Run only OS-agnostic tests'
__fish_brew_complete_arg 'tests' -l help -d 'Show this message'
__fish_brew_complete_arg 'tests' -l online -d 'Include tests that use the GitHub API and tests that use any of the taps for official external commands'
__fish_brew_complete_arg 'tests' -l only -d 'Run only test_script`_spec.rb`. Appending `:`line_number will start at a specific line'
__fish_brew_complete_arg 'tests' -l only -d 'Run only `test_script_spec.rb`. Appending `:line_number` will start at a specific line'
__fish_brew_complete_arg 'tests' -l profile -d 'Run the test suite serially to find the n slowest tests'
__fish_brew_complete_arg 'tests' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'tests' -l seed -d 'Randomise tests with the specified value instead of a random seed'
Expand Down
6 changes: 3 additions & 3 deletions completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ __brew_internal_commands() {
'postinstall:Rerun the post-install steps for formula'
'pr-automerge:Find pull requests that can be automatically merged using `brew pr-publish`'
'pr-publish:Publish bottles for a pull request with GitHub Actions'
'pr-pull:Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
'pr-pull:Download and publish bottles and apply the bottle commit from a pull request with artifacts generated by GitHub Actions'
'pr-upload:Apply the bottle commit and publish bottles to a host'
'prof:Run Homebrew with a Ruby profiler'
'pyenv-sync:Create symlinks for Homebrew'\''s installed Python versions in `~/.pyenv/versions`'
Expand Down Expand Up @@ -1835,12 +1835,12 @@ _brew_tests() {
_arguments \
'(--only)--changed[Only runs tests on files that were changed from the master branch]' \
'--coverage[Generate code coverage reports]' \
'--debug[Enable debugging using ruby/debug, or surface the standard `odebug` output]' \
'--debug[Enable debugging using `ruby/debug`, or surface the standard `odebug` output]' \
'--fail-fast[Exit early on the first failing test]' \
'--generic[Run only OS-agnostic tests]' \
'--help[Show this message]' \
'--online[Include tests that use the GitHub API and tests that use any of the taps for official external commands]' \
'(--changed)--only[Run only test_script`_spec.rb`. Appending `:`line_number will start at a specific line]' \
'(--changed)--only[Run only `test_script_spec.rb`. Appending `:line_number` will start at a specific line]' \
'--profile[Run the test suite serially to find the n slowest tests]' \
'--quiet[Make some output more quiet]' \
'--seed[Randomise tests with the specified value instead of a random seed]' \
Expand Down
10 changes: 5 additions & 5 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ Show install options specific to *`formula`*.
### `outdated` \[*`options`*\] \[*`formula`*\|*`cask`* ...\]

List installed casks and formulae that have an updated version available. By
default, version information is displayed in interactive shells, and suppressed
default, version information is displayed in interactive shells and suppressed
otherwise.

`-q`, `--quiet`
Expand Down Expand Up @@ -2379,7 +2379,7 @@ the repository.

### `pr-pull` \[*`options`*\] *`pull_request`* \[...\]

Download and publish bottles, and apply the bottle commit from a pull request
Download and publish bottles and apply the bottle commit from a pull request
with artifacts generated by GitHub Actions. Requires write access to the
repository.

Expand Down Expand Up @@ -2693,8 +2693,8 @@ Run Homebrew's unit and integration tests.

`--only`

: Run only *`test_script`*`_spec.rb`. Appending `:`*`line_number`* will start at
a specific line.
: Run only `<test_script>_spec.rb`. Appending `:<line_number>` will start at a
specific line.

`--profile`

Expand Down Expand Up @@ -2874,7 +2874,7 @@ Install and commit Homebrew's vendored gems.

## GLOBAL CASK OPTIONS

These options are applicable to the `install`, `reinstall`, and `upgrade`
These options are applicable to the `install`, `reinstall` and `upgrade`
subcommands with the `--cask` switch.

`--appdir`
Expand Down
10 changes: 5 additions & 5 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Evaluate all available formulae and casks, whether installed or not, to show the
\fB\-\-command\fP
Show options for the specified \fIcommand\fP\&\.
.SS "\fBoutdated\fP \fR[\fIoptions\fP] \fR[\fIformula\fP|\fIcask\fP \.\.\.]"
List installed casks and formulae that have an updated version available\. By default, version information is displayed in interactive shells, and suppressed otherwise\.
List installed casks and formulae that have an updated version available\. By default, version information is displayed in interactive shells and suppressed otherwise\.
.TP
\fB\-q\fP, \fB\-\-quiet\fP
List only the names of outdated kegs (takes precedence over \fB\-\-verbose\fP)\.
Expand Down Expand Up @@ -1514,7 +1514,7 @@ Target tap repository (default: \fBhomebrew/core\fP)\.
\fB\-\-workflow\fP
Target workflow filename (default: \fBpublish\-commit\-bottles\.yml\fP)\.
.SS "\fBpr\-pull\fP \fR[\fIoptions\fP] \fIpull_request\fP \fR[\.\.\.]"
Download and publish bottles, and apply the bottle commit from a pull request with artifacts generated by GitHub Actions\. Requires write access to the repository\.
Download and publish bottles and apply the bottle commit from a pull request with artifacts generated by GitHub Actions\. Requires write access to the repository\.
.TP
\fB\-\-no\-upload\fP
Download the bottles but don\[u2019]t upload them\.
Expand Down Expand Up @@ -1708,7 +1708,7 @@ Run only OS\-agnostic tests\.
Include tests that use the GitHub API and tests that use any of the taps for official external commands\.
.TP
\fB\-\-debug\fP
Enable debugging using ruby/debug, or surface the standard \fBodebug\fP output\.
Enable debugging using \fBruby/debug\fP, or surface the standard \fBodebug\fP output\.
.TP
\fB\-\-changed\fP
Only runs tests on files that were changed from the master branch\.
Expand All @@ -1717,7 +1717,7 @@ Only runs tests on files that were changed from the master branch\.
Exit early on the first failing test\.
.TP
\fB\-\-only\fP
Run only \fItest_script\fP\fB_spec\.rb\fP\&\. Appending \fB:\fP\fIline_number\fP will start at a specific line\.
Run only \fB<test_script>_spec\.rb\fP\&\. Appending \fB:<line_number>\fP will start at a specific line\.
.TP
\fB\-\-profile\fP
Run the test suite serially to find the \fIn\fP slowest tests\.
Expand Down Expand Up @@ -1836,7 +1836,7 @@ Update the specified list of vendored gems to the latest version\.
\fB\-\-no\-commit\fP
Do not generate a new commit upon completion\.
.SH "GLOBAL CASK OPTIONS"
These options are applicable to the \fBinstall\fP, \fBreinstall\fP, and \fBupgrade\fP subcommands with the \fB\-\-cask\fP switch\.
These options are applicable to the \fBinstall\fP, \fBreinstall\fP and \fBupgrade\fP subcommands with the \fB\-\-cask\fP switch\.
.TP
\fB\-\-appdir\fP
Target location for Applications (default: \fB/Applications\fP)\.
Expand Down

0 comments on commit 1cb3803

Please sign in to comment.