Ups, die Dokumentation hat doch recht:
Code:
Description:
Crawls the Contao root pages with the desired subscribers.
Usage:
contao:crawl [options] [--] [<job>]
Arguments:
job An optional existing job ID
Options:
--queue=QUEUE Queue to use ("memory" or "doctrine") [default: "memory"]
-s, --subscribers=SUBSCRIBERS A list of subscribers to enable [default: ["broken-link-checker","search-index"]] (multiple values allowed)
-c, --concurrency=CONCURRENCY The number of concurrent requests that are going to be executed [default: "10"]
--delay=DELAY The number of microseconds to wait between requests (0 = throttling is disabled) [default: "0"]
--max-requests=MAX-REQUESTS The maximum number of requests to execute (0 = no limit) [default: "0"]
--max-depth=MAX-DEPTH The maximum depth to crawl for (0 = no limit) [default: "10"]
--no-progress Disables the progress bar output
--enable-debug-csv Writes the crawl debug log into a separate CSV file
--debug-csv-path=DEBUG-CSV-PATH The path of the debug log CSV file [default: "C:/Users/fmg/www/c413/crawl_debug_log.csv"]
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-e, --env=ENV The Environment name. [default: "dev"]
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Help:
You can add additional URIs via the contao.crawl.additional_uris parameter.