# Command-Line Help for `plan` This document contains the help content for the `plan` command-line program. **Command Overview:** * [`plan`↴](#plan) ## `plan` Creates an execution plan. **Usage:** `plan [OPTIONS]` ###### **Options:** * `--workflow ` — The workflow file to use. Default value: `./.neomake.yaml` * `-n`, `--node ` — Adding a node to the plan. * `-r`, `--regex ` — Adding a node to the plan. * `-a`, `--arg ` — Specifies a value for handlebars placeholders. * `-o`, `--output ` — Specifies the output format. Default value: `yaml` Possible values: `yaml`
This document was generated automatically by clap-markdown.