Skip to content

Commit

Permalink
Auto merge of #4249 - tmccombs:zsh-test-update, r=alexcrichton
Browse files Browse the repository at this point in the history
Add more options for cargo test zsh completion
  • Loading branch information
bors committed Jul 5, 2017
2 parents eb6cf01 + cf85a2f commit f275266
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/etc/_cargo
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,15 @@ case $state in
'(-v, --verbose)'{-v,--verbose}'[use verbose output]' \
'--color=:colorization option:(auto always never)' \
'1: :_test_names' \
'(--doc --bin --example --test --bench)--lib[only test library]' \
'(--lib --bin --example --test --bench)--doc[only test documentation]' \
'(--lib --doc --example --test --bench)--bin=[binary name]' \
'(--lib --doc --bin --test --bench)--example=[example name]' \
'(--lib --doc --bin --example --bench)--test=[test name]' \
'(--lib --doc --bin --example --test)--bench=[benchmark name]' \
'--message-format:error format:(human json)' \
'--frozen[require lock and cache up to date]' \
'--locked[require lock up to date]'
;;

uninstall)
Expand Down

0 comments on commit f275266

Please sign in to comment.