# Command-Line Help for `run`
This document contains the help content for the `run` command-line program.
**Command Overview:**
* [`run`↴](#run)
## `run`
Runs task chains.
**Usage:** `run [OPTIONS]`
###### **Options:**
* `-f`, `--config <CONFIG>` — The configuration file to use.
Default value: `./.neomake.yaml`
* `-c`, `--chain <CHAIN>` — Which chain to execute.
* `-a`, `--arg <ARG>` — An argument to the chain.
* `-w`, `--workers <WORKERS>` — Defines how many worker threads are used for tasks that can be executed in parllel.
Default value: `1`
<hr/>
<small><i>
This document was generated automatically by
<a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>