Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1 KB

complex-app.md

File metadata and controls

57 lines (31 loc) · 1 KB

Command-Line Help for complex-app

This document contains the help content for the complex-app command-line program.

Command Overview:

complex-app

An example command-line tool

Usage: complex-app [OPTIONS] [NAME] [COMMAND]

Subcommands:
  • test — does testing things
Arguments:
  • <NAME> — Optional name to operate on
Options:
  • -c, --config <FILE> — Sets a custom config file

  • --target <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

This document was generated automatically by clap-markdown.