final object CompilerCommand
extends DotClass

Constructors

Members

def checkUsage ( summary: ArgsSummary , sourcesRequired: Boolean ) ( implicit ctx: Context ) : List [ String ]

Provide usage feedback on argument summary, assuming that all settings are already applied in context.

Provide usage feedback on argument summary, assuming that all settings are already applied in context.

def cmdName : String

The name of the command

The name of the command

def distill ( args: Array [ String ] ) ( implicit ctx: Context ) : ArgsSummary

Distill arguments into summary detailing settings, errors and files to compiler

Distill arguments into summary detailing settings, errors and files to compiler

private def explainAdvanced : String
def shortUsage : String
def versionMsg : String