The common options available to any pass. Common options occur before the command name on the riddlc
command line
Value parameters
- debug
-
Controls whether debug output should be printed out (this goes into the iterative data that verbose doesn't print)
- dryRun
-
Controls whether everything should be done except the requested action (useful with verbose)
- groupMessagesByKind
-
When set to true, the messages put out will be grouped by their kind and sorted with the most severe first.
- maxIncludeWait
-
Provides the maximum amount of time that the parser should wait for a parallel include to finish processing. The default is 5 seconds.
- maxParallelParsing
-
Provides the maximum number of threads to use when parsing in parallel. The default is the number of CPU cores on the machine the program is running on.
- noANSIMessages
-
When set to true, ANSI coloring is not used in the output
- quiet
-
Controls whether riddlc should not print anything out but just do the requested action (opposite of dryRun)
- showIncludeTimes
-
Controls whether include processing timing is printed out
- showInfoMessages
-
Controls whether any informative messages are printed out
- showMissingWarnings
-
Controls whether any missing Warnings are printed out
- showStyleWarnings
-
Controls whether any style Warnings are printed out
- showTimes
-
Controls whether pass timing is printed out
- showUsageWarnings
-
Controls whether any usage Warnings are printed out
- showWarnings
-
Controls whether any warnings, of any kind, are printed out
- sortMessagesByLocation
-
When set to true, the messages put out will be sorted by their location in the model (file, line, column)
- verbose
-
Controls whether verbose steps taken are printed out (useful to implementors of riddlc)
- warningsAreFatal
-
When set to true, any warnings are handled as if they were errors and terminate riddlc with a non-zero status
Attributes
- Companion
- object
- Source
- CommonOptions.scala
- Graph
-
- Supertypes