package
cli
Type Members
-
case class
CommonOptions(workingDirectory: String = System.getProperty("user.dir"), out: PrintStream = System.out, in: InputStream = System.in, err: PrintStream = System.err) extends Product with Serializable
-
case class
ScalafixOptions(rewrites: List[Rewrite] = Rewrite.default.toList, files: List[String] = List.empty[String], inPlace: Boolean = false, parallel: Boolean = true, debug: Boolean = false, common: CommonOptions = CommonOptions()) extends App with Product with Serializable