scala.cli.commands.default

Members list

Type members

Classlikes

class Default(actualHelp: => RuntimeCommandsHelp) extends ScalaCommandWithCustomHelp[DefaultOptions]

Attributes

Supertypes
class Command[DefaultOptions]
class CaseApp[DefaultOptions]
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Command[DefaultFileOptions]
class CaseApp[DefaultFileOptions]
class Object
trait Matchable
class Any
Show all
Self type
final case class DefaultFileOptions(global: GlobalOptions, write: Boolean, list: Boolean, listIds: Boolean, force: Boolean) extends HasGlobalOptions

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DefaultOptions(shared: SharedOptions, sharedRun: SharedRunOptions, sharedRepl: SharedReplOptions, legacyScala: LegacyScalaOptions, version: Boolean) extends HasSharedOptions

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type