scala.cli.commands.fix
package scala.cli.commands.fix
Members list
Type members
Classlikes
object BuiltInRules extends CommandHelpers
Attributes
- Supertypes
- Self type
-
BuiltInRules.type
object Fix extends ScalaCommand[FixOptions]
Attributes
- Supertypes
-
class ScalaCommand[FixOptions]trait RestrictableCommand[FixOptions]trait CommandHelperstrait NeedsArgvCommandclass Command[FixOptions]class CaseApp[FixOptions]class Objecttrait Matchableclass AnyShow all
- Self type
-
Fix.type
final case class FixOptions(shared: SharedOptions, scalafix: ScalafixOptions, check: Boolean, enableScalafix: Boolean, enableBuiltInRules: Boolean) extends HasSharedOptions
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HasSharedOptionstrait HasGlobalOptionsclass Objecttrait Matchableclass AnyShow all
object FixOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
FixOptions.type
final case class ScalafixOptions(scalafixConf: Option[String], scalafixArg: List[String], scalafixRules: List[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ScalafixOptions
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ScalafixOptions.type
object ScalafixRules extends CommandHelpers
Attributes
- Supertypes
- Self type
-
ScalafixRules.type
In this article