# Command-Line Help for `complex-app` This document contains the help content for the `complex-app` command-line program. **Command Overview:** * [`complex-app`↴](#complex-app) * [`complex-app test`↴](#complex-app-test) ## `complex-app` An example command-line tool **Usage:** `complex-app [OPTIONS] [NAME] [COMMAND]` ###### **Subcommands:** * `test` — does testing things ###### **Arguments:** * `` — Optional name to operate on ###### **Options:** * `-c`, `--config ` — Sets a custom config file * `--target ` Default value: `local` Possible values: - `local`: Do the operation locally - `remote` * `-d`, `--debug` — Turn debugging information on ## `complex-app test` does testing things **Usage:** `complex-app test [OPTIONS]` ###### **Options:** * `-l`, `--list` — lists test values Possible values: `true`, `false`
This document was generated automatically by clap-markdown.