Skip to content

Commit d55ae53

Browse files
committed
Remove deploy and server commands from bash completion
1 parent b124735 commit d55ae53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extras/scrapy_bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _scrapy_completion() {
1111
;;
1212
*)
1313
if [ $COMP_CWORD -eq 1 ]; then
14-
commands="check crawl deploy edit fetch genspider list parse runspider server settings shell startproject version view"
14+
commands="check crawl edit fetch genspider list parse runspider settings shell startproject version view"
1515
COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W "$commands" -- "$cmd"))
1616
fi
1717
;;

0 commit comments

Comments
 (0)