# Command-Line Help for `describe` This document contains the help content for the `describe` command-line program. **Command Overview:** * [`describe`↴](#describe) ## `describe` Describes which nodes are executed in which stages. **Usage:** `describe [OPTIONS]` ###### **Options:** * `--workflow ` — The workflow file to use. Default value: `./.neomake.yaml` * `-n`, `--node ` — Adding a node. * `-r`, `--regex ` — Adding a node to the plan. * `-o`, `--output ` — The output format. Default value: `yaml` Possible values: `yaml`
This document was generated automatically by clap-markdown.