scala.cli.commands.default
package scala.cli.commands.default
Members list
Type members
Classlikes
class Default(actualHelp: => RuntimeCommandsHelp) extends ScalaCommandWithCustomHelp[DefaultOptions]
Attributes
- Supertypes
-
class ScalaCommand[DefaultOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[DefaultOptions]class CaseApp[DefaultOptions]class Objecttrait Matchableclass AnyShow all
object DefaultFile extends ScalaCommand[DefaultFileOptions]
Attributes
- Supertypes
-
class ScalaCommand[DefaultFileOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[DefaultFileOptions]class CaseApp[DefaultFileOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
DefaultFile.type
final case class DefaultFileOptions(global: GlobalOptions, write: Boolean, list: Boolean, listIds: Boolean, force: Boolean) extends HasGlobalOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object DefaultFileOptions
Attributes
- Companion
- class
- 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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object DefaultOptions
Attributes
- Companion
- class
- 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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LegacyScalaOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LegacyScalaOptions.type
In this article