Default
class Default(actualHelp: => RuntimeCommandsHelp, isSipScala: Boolean) extends ScalaCommand[DefaultOptions]
class ScalaCommand[DefaultOptions]
trait CommandHelpers
trait NeedsArgvCommand
class Command[DefaultOptions]
class CaseApp[DefaultOptions]
class Object
trait Matchable
class Any
Type members
Inherited classlikes
Value members
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
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
Inherited fields
Implicits
Inherited implicits
final implicit def EitherBuildExceptionOps[E <: BuildException, T](either: Either[E, T]): EitherBuildExceptionOps[E, T]
- Inherited from:
- CommandHelpers