diff --git a/completions/bash/brew b/completions/bash/brew index 1426bf06ff..ef2f9a653f 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -672,6 +672,7 @@ _brew_contributions() { case "${cur}" in -*) __brewcomp " + --csv --debug --from --help diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index cf46baa578..4dbecde495 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -535,6 +535,7 @@ __fish_brew_complete_arg 'config' -l verbose -d 'Make some output more verbose' __fish_brew_complete_cmd 'contributions' 'Contributions to Homebrew repos for a user' +__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 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' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f61957df29..d1ff0a9881 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -662,6 +662,7 @@ _brew_config() { # brew contributions _brew_contributions() { _arguments \ + '--csv[Print a CSV of a user'\''s 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]' \