autocomplete files in -html=
This commit is contained in:
parent
47ba50d992
commit
ccd4bbf0ea
2
src/_go
2
src/_go
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue