Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
0a95b180
Unverified
Commit
0a95b180
authored
4 years ago
by
Thierry Moisan
Browse files
Options
Downloads
Patches
Plain Diff
completions/zsh: add 'pr-pull' options
parent
aac3337c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
completions/zsh/_brew
+17
-0
17 additions, 0 deletions
completions/zsh/_brew
with
17 additions
and
0 deletions
completions/zsh/_brew
+
17
−
0
View file @
0a95b180
...
...
@@ -569,6 +569,23 @@ _brew_pull() {
'*:patch source: '
}
# brew pr-pull [--no-upload|--no-publish] [--dry-run] [--clean] [--branch-okay]
# [--resolve] [--workflow] [--artifact] [--bintray-org] [--tap] pull_request
_brew_pr_pull
()
{
_arguments
\
'(--no-upload)--no-publish[download the bottles, apply the bottle commit, and upload the bottles to Bintray, but don''t publish them]'
\
'(--no-publish)--no-upload[download the bottles and apply the bottle commit, but don''t upload to Bintray]'
\
'--dry-run[print what would be done rather than doing it]'
\
'--clean[do not amend the commits from pull requests]'
\
'--branch-okay[do not warn if pulling to a branch besides master (useful for testing)]'
\
'--resolve[when a patch fails to apply, leave in progress and allow user to resolve, instead of aborting]'
\
'--workflow[retrieve artifacts from the specified workflow (default: tests.yml)]'
\
'--artifact[download artifacts with the specified name (default: bottles)]'
\
'--bintray-org[upload to the specified Bintray organisation (default: homebrew)]'
\
'--tap[target repository tap (default: homebrew/core)]'
\
'*:pull_request: '
}
# brew readall [tap]:
_brew_readall
()
{
__brew_installed_taps
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment