scala.cli.commands.fmt
package scala.cli.commands.fmt
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- class ScalaCommand[FmtOptions]trait RestrictableCommand[FmtOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[FmtOptions]class CaseApp[FmtOptions]class Objecttrait Matchableclass Any
- Self type
- Fmt.type
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 Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasLoggingOptionsclass Objecttrait Matchableclass Any
object FmtOptions
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- FmtOptions.type