kcov: Add new sort types (introduced in kcov-9).
This commit is contained in:
parent
bffce4218e
commit
36f1b832fd
@ -11,7 +11,8 @@ _kcov()
|
||||
return
|
||||
;;
|
||||
--sort-type|-s)
|
||||
COMPREPLY=( $( compgen -W 'filename percentage' -- "$cur" ) )
|
||||
COMPREPLY=( $( compgen -W 'filename percentage lines uncovered' \
|
||||
-- "$cur" ) )
|
||||
return
|
||||
;;
|
||||
--include-path|--exclude-path)
|
||||
|
Loading…
x
Reference in New Issue
Block a user