scala.cli.commands.shared

Members list

Type members

Classlikes

final case class BenchmarkingOptions(jmh: Option[Boolean], jmhVersion: Option[String])

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
final case class CoursierOptions(ttl: Option[String], cache: Option[String], coursierValidateChecksums: Option[Boolean], offline: Option[Boolean])

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
final case class CrossOptions(cross: Option[Boolean])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class GlobalOptions(logging: LoggingOptions, globalSuppress: GlobalSuppressWarningOptions, powerOptions: PowerOptions)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class GlobalSuppressWarningOptions(suppressExperimentalFeatureWarning: Option[Boolean])

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum HelpGroup

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class HelpGroupOptions(helpJs: Boolean, helpNative: Boolean, helpScaladoc: Boolean, helpRepl: Boolean, helpScalafmt: Boolean)

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
object HelpMessages

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class HelpOptions(global: GlobalOptions) extends HasGlobalOptions

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JavaPropOptions(javaProp: List[String])

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
final case class LoggingOptions(verbosityOptions: VerbosityOptions, quiet: Boolean, progress: Option[Boolean])

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
final case class MainClassOptions(mainClass: Option[String], mainClassLs: Option[Boolean])

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
final case class MarkdownOptions(enableMarkdown: Boolean)

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
object ScalaCliHelp

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class ScalaJsOptions(js: Boolean, jsVersion: Option[String], jsMode: Option[String], jsNoOpt: Option[Boolean], jsModuleKind: Option[String], jsCheckIr: Option[Boolean], jsEmitSourceMaps: Boolean, jsSourceMapsPath: Option[String], jsDom: Option[Boolean], jsHeader: Option[String], jsAllowBigIntsForLongs: Option[Boolean], jsAvoidClasses: Option[Boolean], jsAvoidLetsAndConsts: Option[Boolean], jsModuleSplitStyle: Option[String], jsSmallModuleForPackage: List[String], jsEsVersion: Option[String], jsLinkerPath: Option[String], jsCliVersion: Option[String], jsCliJavaArg: List[String], jsCliOnJvm: Option[Boolean])

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
final case class ScalaNativeOptions(native: Boolean, nativeVersion: Option[String], nativeMode: Option[String], nativeLto: Option[String], nativeGc: Option[String], nativeClang: Option[String], nativeClangpp: Option[String], nativeLinking: List[String], nativeLinkingDefaults: Option[Boolean], nativeCompile: List[String], nativeCompileDefaults: Option[Boolean], nativeTarget: Option[String], embedResources: Option[Boolean])

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
final case class ScalacExtraOptions(scalacHelp: Boolean, scalacVerbose: Boolean)

Scala CLI options which aren't strictly scalac options, but directly involve the Scala compiler in some way.

Scala CLI options which aren't strictly scalac options, but directly involve the Scala compiler in some way.

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
final case class ScalacOptions(scalacOption: List[String])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SharedBspFileOptions(bspDirectory: Option[String], bspName: Option[String])

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
final case class SharedCompilationServerOptions(bloopBspProtocol: Option[String], bloopBspSocket: Option[String], bloopHost: Option[String], bloopPort: Option[Int], bloopDaemonDir: Option[String], bloopVersion: Option[String], bloopBspTimeout: Option[String], bloopBspCheckPeriod: Option[String], bloopStartupTimeout: Option[String], bloopDefaultJavaOpts: Boolean, bloopJavaOpt: List[String], bloopGlobalOptionsFile: Option[String], bloopJvm: Option[String], bloopWorkingDir: Option[String], server: Option[Boolean])

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
final case class SharedDebugOptions(debug: Boolean, debugPort: Option[String], debugMode: Option[String])

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
final case class SharedDependencyOptions(dependency: List[String], compileOnlyDependency: List[String], repository: List[String], compilerPlugin: List[String])

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
final case class SharedInputOptions(defaultForbiddenDirectories: Boolean, forbid: List[String])

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
final case class SharedJavaOptions(javaOpt: List[String], javaProperties: JavaPropOptions)

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
final case class SharedJvmOptions(sharedDebug: SharedDebugOptions, javaHome: Option[String], jvm: Option[String], jvmIndex: Option[String], jvmIndexOs: Option[String], jvmIndexArch: Option[String], javacPlugin: List[String], javacOption: List[String], bspDebugPort: Option[String])

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
final case class SharedOptions(sharedVersionOptions: SharedVersionOptions, sourceGenerator: SourceGeneratorOptions, suppress: SuppressWarningOptions, logging: LoggingOptions, powerOptions: PowerOptions, js: ScalaJsOptions, native: ScalaNativeOptions, compilationServer: SharedCompilationServerOptions, dependencies: SharedDependencyOptions, scalac: ScalacOptions, jvm: SharedJvmOptions, coursier: CoursierOptions, workspace: SharedWorkspaceOptions, sharedPython: SharedPythonOptions, scalaVersion: Option[String], scalaBinaryVersion: Option[String], scalacExtra: ScalacExtraOptions, snippet: SnippetOptions, markdown: MarkdownOptions, extraJars: List[String], extraCompileOnlyJars: List[String], extraSourceJars: List[String], resourceDirs: List[String], asJar: Boolean, platform: Option[String], scalaLibrary: Option[Boolean], withCompiler: Option[Boolean], java: Option[Boolean], runner: Option[Boolean], semanticDb: Option[Boolean], input: SharedInputOptions, helpGroups: HelpGroupOptions, strictBloopJsonCheck: Option[Boolean], compilationOutput: Option[String], withToolkit: Option[String], exclude: List[String], objectWrapper: Option[Boolean]) extends HasGlobalOptions

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class SharedPythonOptions(pythonSetup: Option[Boolean], python: Option[Boolean], scalaPyVersion: Option[String])

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
final case class SharedVersionOptions(computeVersion: Option[String], projectVersion: Option[String])

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
final case class SharedWatchOptions(watch: Boolean, restart: Boolean)

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
final case class SharedWorkspaceOptions(workspace: Option[String])

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
final case class SnippetOptions(scriptSnippet: List[String], executeScript: List[String], scalaSnippet: List[String], executeScala: List[String], javaSnippet: List[String], executeJava: List[String], markdownSnippet: List[String], executeMarkdown: List[String])

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
final case class SourceGeneratorOptions(useBuildInfo: Option[Boolean])

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
final case class SuppressWarningOptions(suppressDirectivesInMultipleFilesWarning: Option[Boolean], suppressOutdatedDependencyWarning: Option[Boolean], global: GlobalSuppressWarningOptions)

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
final case class VerbosityOptions(verbose: Int @@ Counter, interactive: Option[Boolean], actions: Option[Boolean])

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