mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
autocomplete files in -html=
This commit is contained in:
@@ -337,7 +337,7 @@ _go() {
|
||||
if (( CURRENT == 2 )); then
|
||||
_arguments \
|
||||
'-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)'
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user