Skip to content

Commit

Permalink
Update scrapy command line doc with additional scrapy parse options
Browse files Browse the repository at this point in the history
  • Loading branch information
breno committed Feb 24, 2014
1 parent 822adb1 commit 551c1c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/topics/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,15 @@ method passed with the ``--callback`` option, or ``parse`` if not given.

Supported options:

* ``--spider=SPIDER``: bypass spider autodetection and force use of specific spider

* ``--a NAME=VALUE``: set spider argument (may be repeated)

* ``--callback`` or ``-c``: spider method to use as callback for parsing the
response

* ``--pipelines``: process items through pipelines

* ``--rules`` or ``-r``: use :class:`~scrapy.contrib.spiders.CrawlSpider`
rules to discover the callback (ie. spider method) to use for parsing the
response
Expand All @@ -378,6 +384,8 @@ Supported options:

* ``--nolinks``: don't show extracted links

* ``--nocolour``: avoid using pygments to colorize the output

* ``--depth`` or ``-d``: depth level for which the requests should be followed
recursively (default: 1)

Expand Down

0 comments on commit 551c1c5

Please sign in to comment.