Skip to content

Command Line Options

Dave Nicolette edited this page Feb 8, 2021 · 12 revisions

Home -> User Guide -> General User Guide ->

-c | --config-file path-to-config-file

The absolute path to the cobol-check configuration file on your development system. Defaults to [project-root]/config.properties.

-l | --log-level logging-level

The value can be any one of the following, case insensitive:

  • off
  • fatal
  • error
  • warn
  • info
  • debug
  • trace

Default is info.

-p | --programs

Name(s) of program(s) to be tested. Default is nothing. Can take a list (space-delimited). Can take a glob.

-t | --tests

Name(s) of test(s) to run. Default is to run all tests located under the program's test suite directory.

-h | --help

Displays usage help and does not run the preprocessor.

Clone this wiki locally