parse command: update docs about passing callback keyword arguments

This commit is contained in:
Eugenio Lacuesta 2019-03-29 16:12:55 -03:00
parent ccb56a317e
commit 294ef51bb2
1 changed files with 2 additions and 2 deletions

View File

@ -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