diff options
| author | Mike McQuaid | 2016-10-13 13:41:53 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-10-15 12:32:34 +0100 |
| commit | f435adc2d00f4e5f91390de423f113168efe72ac (patch) | |
| tree | 1b8cf0b84062479d96f18fc9645467cd269bf018 /completions/bash | |
| parent | 13276409a9b08fcbadfed18c25b6fd11af343729 (diff) | |
| download | brew-f435adc2d00f4e5f91390de423f113168efe72ac.tar.bz2 | |
Rename tap-readme command to tap-new.
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
Diffstat (limited to 'completions/bash')
| -rw-r--r-- | completions/bash/brew | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/bash/brew b/completions/bash/brew index b1abe3855..03a05cb37 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -442,7 +442,7 @@ _brew_tap_info() { __brew_complete_tapped } -_brew_tap_readme() { +_brew_tap_new() { local cur="${COMP_WORDS[COMP_CWORD]}" case "$cur" in --*) @@ -612,7 +612,7 @@ _brew() { tap) _brew_tap ;; tap-info) _brew_tap_info ;; tap-pin) __brew_complete_tapped ;; - tap-readme) _brew_tap_readme ;; + tap-new) _brew_tap_new ;; tap-unpin) _brew_tap_unpin ;; test) __brew_complete_installed ;; tests) _brew_tests ;; |
