scala.cli.commands.default
package scala.cli.commands.default
Members list
Concise view
Type members
Classlikes
class Default(actualHelp: => RuntimeCommandsHelp, isSipScala: Boolean) extends ScalaCommandWithCustomHelp[DefaultOptions]
Attributes
- Graph
- Supertypes
- class ScalaCommand[DefaultOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[DefaultOptions]class CaseApp[DefaultOptions]class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class ScalaCommand[DefaultFileOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[DefaultFileOptions]class CaseApp[DefaultFileOptions]class Objecttrait Matchableclass Any
- Self type
- DefaultFile.type
final case class DefaultFileOptions(logging: LoggingOptions, write: Boolean, list: Boolean, listIds: Boolean, force: Boolean) extends HasLoggingOptions
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait HasLoggingOptionsclass Objecttrait Matchableclass Any
object DefaultFileOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- DefaultFileOptions.type
case class DefaultOptions(shared: SharedOptions, sharedRun: SharedRunOptions, sharedRepl: SharedReplOptions, legacyScala: LegacyScalaOptions, version: Boolean) extends HasSharedOptions
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasLoggingOptionsclass Objecttrait Matchableclass Any
object DefaultOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- DefaultOptions.type
case class LegacyScalaOptions(save: Option[Indexed[Boolean]], nosave: Option[Indexed[Boolean]], howToRun: Option[Indexed[String]], I: Option[Indexed[List[String]]], noCompilationDaemon: Option[Indexed[Boolean]], run: Option[Indexed[String]])
Options covering backwards compatibility with the old scala runner.
Options covering backwards compatibility with the old scala runner.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object LegacyScalaOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- LegacyScalaOptions.type