scalafix.internal.v1.Args
See theArgs companion object
case class Args(rules: List[String], files: List[AbsolutePath], config: Option[AbsolutePath], check: Boolean, stdout: Boolean, diff: Boolean, diffBase: Option[String], syntactic: Boolean, triggered: Boolean, verbose: Boolean, help: Boolean, version: Boolean, classpath: Classpath, sourceroot: Option[AbsolutePath], semanticdbTargetroots: List[AbsolutePath], autoClasspath: Boolean, autoClasspathRoots: List[AbsolutePath], scalacOptions: List[String], scalaVersion: ScalaVersion, bash: Boolean, zsh: Boolean, exclude: List[PathMatcher], toolClasspath: URLClassLoader, charset: Charset, noSysExit: Boolean, noStaleSemanticdb: Boolean, settings: Conf, outFrom: Option[String], outTo: Option[String], autoSuppressLinterErrors: Boolean, cwd: AbsolutePath, nonInteractive: Boolean, out: PrintStream, ls: Ls, callback: ScalafixMainCallback)
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article