Command-line runner for CodeNarc.
The supported command-line parameters are all of the form: "-OPTION=VALUE", where OPTION is one of the options in the following list.Type Params | Return Type | Name and description |
---|---|---|
|
protected SourceAnalyzer |
createSourceAnalyzer() Create and return the SourceAnalyzer |
|
protected void |
execute(String[] args) |
|
static void |
main(String[] args) Main command-line entry-point. |
|
protected void |
parseArgs(String[] args) |
|
protected void |
setDefaultsIfNecessary() |
Create and return the SourceAnalyzer
Main command-line entry-point. Run the CodeNarc application.
args
- - the String[] of command-line arguments