Skip to content

Command Line Options

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

Home -> 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.

-t | --test-suite-path

Path to test suite(s). Can take colon-delimited list. Can take globs.

-h | --help

Displays usage help and does not run the preprocessor.

Clone this wiki locally