Skip to content
Snippets Groups Projects
Commit b23ae368 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Add doctor to bash completion.

parent 4643f017
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ _brew_to_completion()
cur="${COMP_WORDS[COMP_CWORD]}"
# We only complete unabbreviated commands...
actions="cat cleanup configure create deps edit generate homepage info install list link log outdated prune remove search unlink update uses"
actions="cat cleanup configure create deps doctor edit generate homepage info install list link log outdated prune remove search unlink update uses"
if [[ ( ${COMP_CWORD} -eq 1 ) && ( ${COMP_WORDS[0]} == brew ) ]] ; then
# Subcommand list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment