autocomplete files in -html=

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-29 22:18:03 +01:00
parent 47ba50d992
commit ccd4bbf0ea
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ _go() {
if (( CURRENT == 2 )); then if (( CURRENT == 2 )); then
_arguments \ _arguments \
'-func=[output coverage profile information for each function]:string' \ '-func=[output coverage profile information for each function]:string' \
'-html=[generate HTML representation of coverage profile]:string' \ '-html=[generate HTML representation of coverage profile]:file:_files' \
'-mode=[coverage mode]:mode:(set count atomic)' '-mode=[coverage mode]:mode:(set count atomic)'
return return
fi fi