-
Notifications
You must be signed in to change notification settings - Fork 32
Command Line Options
Dave Nicolette edited this page Feb 19, 2021
·
12 revisions
Home -> User Guide ->
This document was last updated on February 11, 2021.
The absolute path to the cobol-check configuration file on your development system. Defaults to [project-root]/config.properties.
The value can be any one of the following, case insensitive:
- off
- fatal
- error
- warn
- info
- debug
- trace
Default is info.
Name(s) of program(s) to be tested. Default is nothing. Can take a list (space-delimited). Can take a glob.
Name(s) of test(s) to run. Default is to run all tests located under the program's test suite directory.
Displays usage help and does not run the preprocessor.
Displays the version and does not run the preprocessor.