neomake 0.4.2

Yet another task runner as make alternative, inspired by GitLab pipelines.
# Command-Line Help for `list`

This document contains the help content for the `list` command-line program.

**Command Overview:**

* [`list`]#list

## `list`

Lists all available task chains.

**Usage:** `list [OPTIONS]`

###### **Options:**

* `-f`, `--config <CONFIG>` — The configuration file to use.

  Default value: `./.neomake.yaml`
* `-o`, `--output <OUTPUT>` — The output format.

  Default value: `yaml`

  Possible values: `yaml`, `json`




<hr/>

<small><i>
    This document was generated automatically by
    <a href="https://crates.io/crates/clap-markdown"><code>clap-markdown</code></a>.
</i></small>