mirror of https://github.com/scrapy/scrapy.git
made scrapy.command.cmdline module executable from command line
This commit is contained in:
parent
625137464f
commit
ab0def3f8b
|
|
@ -145,3 +145,6 @@ def run_command(cmd, args, opts):
|
|||
else:
|
||||
ret = cmd.run(args, opts)
|
||||
return ret
|
||||
|
||||
if __name__ == '__main__':
|
||||
execute()
|
||||
|
|
|
|||
Loading…
Reference in New Issue