CommonOptions

com.ossuminc.riddl.language.CommonOptions
See theCommonOptions companion object

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

pluginsDir

Provides the path to a directory in which plugins can be found. Plugins should contain a command

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product