Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 960 Bytes

testrunner_docs.md

File metadata and controls

35 lines (24 loc) · 960 Bytes

testrunner docs

Generate docs for the testrunner

Synopsis

Generate docs for the testrunner

testrunner docs [flags]

Options

  -h, --help            help for docs
  -o, --output string   Directory where the doc is written to.

Options inherited from parent commands

      --cli                  logger runs as cli logger. enables cli logging
      --dev                  enable development logging which result in console encoding, enabled stacktrace and enabled caller
      --disable-caller       disable the caller of logs (default true)
      --disable-stacktrace   disable the stacktrace of error logs (default true)
      --disable-timestamp    disable timestamp output (default true)
      --dry-run              Dry run will print the rendered template
  -v, --verbosity int        number for the log level verbosity (default 1)

SEE ALSO