ScalaCommand
Type members
Inherited classlikes
Value members
Abstract methods
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
Concrete methods
- Value parameters:
- options
command-specific T options
- Returns:
Tries to create BuildOptions based on sharedOptions and exits on error. Override to change this behaviour.
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
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
- CaseApp
Inherited methods
Concrete fields
Implicits
Inherited implicits
- Inherited from:
- CommandHelpers