FmtOptions

scala.cli.commands.fmt.FmtOptions
See theFmtOptions companion object
final case class FmtOptions(shared: SharedOptions = ..., check: Boolean = ..., respectProjectFilters: Boolean = ..., saveScalafmtConf: Boolean = ..., osArchSuffix: Option[String] = ..., scalafmtTag: Option[String] = ..., scalafmtGithubOrgName: Option[String] = ..., scalafmtExtension: Option[String] = ..., scalafmtLauncher: Option[String] = ..., scalafmtArg: List[String] = ..., scalafmtConf: Option[String] = ..., scalafmtConfStr: Option[String] = ..., scalafmtDialect: Option[String] = ..., scalafmtVersion: Option[String] = ...) extends HasSharedOptions

Attributes

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

Members list

Value members

Concrete methods

def binaryUrl(version: String): (String, Boolean)
def buildOptions: Either[BuildException, BuildOptions]
def scalafmtCliOptions: List[String]

Inherited methods

override def global: GlobalOptions

Attributes

Definition Classes
Inherited from:
HasSharedOptions
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product