BloopOutput
Type members
Inherited classlikes
Value members
Concrete methods
- Value parameters:
- options
command-specific T options
- Returns:
by default sharedOptions.logging, override to adjust.
- Definition Classes
This should be overridden instead of run when extending ScalaCommand.
This should be overridden instead of run when extending ScalaCommand.
- Value parameters:
- options
the command's specific set of options
- remainingArgs
arguments remaining after parsing options
- Definition Classes
Inherited methods
The actual sub-command name that was used. If the sub-command name is a list of strings, space is used as the separator. If argvOpt hasn't been defined, it defaults to name.
The actual sub-command name that was used. If the sub-command name is a list of strings, space is used as the separator. If argvOpt hasn't been defined, it defaults to name.
- Inherited from:
- ScalaCommand
- Value parameters:
- options
command-specific T options
- Returns:
Tries to create BuildOptions based on sharedOptions and exits on error. Override to change this behaviour.
- Inherited from:
- ScalaCommand
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
Print scalac
output if passed options imply no inputs are necessary and raw scalac
output
is required instead. (i.e. --scalac-option -help
)
- Value parameters:
- options
command options
- Inherited from:
- ScalaCommand
This implementation is final. Override runCommand instead. This logic is invoked at the start of running every ScalaCommand.
This implementation is final. Override runCommand instead. This logic is invoked at the start of running every ScalaCommand.
- Definition Classes
- ScalaCommand -> CaseApp
- Inherited from:
- ScalaCommand
- Value parameters:
- options
command-specific T options
- Returns:
by default loggingOptions.verbosity, override to adjust.
- Inherited from:
- ScalaCommand
Inherited fields
Implicits
Inherited implicits
- Inherited from:
- CommandHelpers