1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-28 09:23:51 +00:00

Deploy command requires project

This commit is contained in:
Pablo Hoffman 2010-10-21 13:24:02 -02:00
parent f8b4d1dc5d
commit 992683ac5c

View File

@ -39,6 +39,8 @@ setup(
class Command(ScrapyCommand):
requires_project = True
def syntax(self):
return "[options] [ <target:project> | -l <target> | -L ]"