mirror of https://github.com/scrapy/scrapy.git
parse command: update docs about passing callback keyword arguments
This commit is contained in:
parent
ccb56a317e
commit
294ef51bb2
|
|
@ -461,8 +461,8 @@ Supported options:
|
|||
* ``--meta`` or ``-m``: additional request meta that will be passed to the callback
|
||||
request. This must be a valid json string. Example: --meta='{"foo" : "bar"}'
|
||||
|
||||
* ``--cb_kwargs``: additional keyword arguments that will be passed to the callback.
|
||||
This must be a valid json string. Example: --cb_kwargs='{"foo" : "bar"}'
|
||||
* ``--cbkwargs``: additional keyword arguments that will be passed to the callback.
|
||||
This must be a valid json string. Example: --cbkwargs='{"foo" : "bar"}'
|
||||
|
||||
* ``--pipelines``: process items through pipelines
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue