bash-completion: Add -S,-SP options arguments completion
This commit is contained in:
parent
c18117a129
commit
351fd63ef5
|
@ -54,7 +54,7 @@ _ctest()
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
-S|--script|-SP|--script-new-process)
|
-S|--script|-SP|--script-new-process)
|
||||||
# FIXME ?
|
_filedir '@(cmake|ctest)'
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--interactive-debug-mode)
|
--interactive-debug-mode)
|
||||||
|
|
Loading…
Reference in New Issue