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