Provided by: datalad_0.9.3-1_all bug

SYNOPSIS

       datalad-crawl-init [-h] [-t TEMPLATE] [-f TEMPLATE_FUNC] [--save] [args [args ...]]

DESCRIPTION

       Initialize crawling configuration

       Allows to specify template and function to generate a crawling pipeline

       Examples:

       $     datalad     crawl-init             --template    openfmri            --template-func
       superdataset_pipeline

       $ datalad crawl-init         --template fcptable         dataset=Baltimore tarballs=True

OPTIONS

       args   keyword arguments to pass into the template function  generating  actual  pipeline,
              organized in key=value pairs. Constraints: value must be a string [Default: None]

       -h, --help, --help-np
              show  this  help  message.  --help-np  forcefully  disables  the use of a pager for
              displaying the help message

       -t TEMPLATE, --template TEMPLATE
              the name of the template. Constraints: value must be a string [Default: None]

       -f TEMPLATE_FUNC, --template-func TEMPLATE_FUNC
              the name of the function. [Default: None]

       --save flag to save file into git repo. [Default: False]

AUTHORS

        datalad is developed by The DataLad Team and Contributors <team@datalad.org>.