test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

env Usage

Open pbrisbin opened this issue 8 years ago • 0 comments

Current help

Infer and output information about the environment the reporter is running in.

Usage:
  cc-test-reporter env [flags]

Flags:
  -f, --format string   formats the output (default "string")

Global Flags:
  -d, --debug   run in debug mode

Proposed Changes:

  • Don't show Global Flags
  • Remove --format (what does it do?)

Updated help

Infer and output information about the environment the reporter is running in.

Usage:
  cc-test-reporter env

pbrisbin avatar May 19 '17 12:05 pbrisbin