scala.cli.commands.fix

Members list

Type members

Classlikes

object BuiltInRules extends CommandHelpers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Fix extends ScalaCommand[FixOptions]

Attributes

Supertypes
class Command[FixOptions]
class CaseApp[FixOptions]
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FixOptions

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
FixOptions.type
final case class ScalafixOptions(scalafixConf: Option[String], scalafixArg: List[String], scalafixRules: 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
object ScalafixRules extends CommandHelpers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type