scalafix
cli
package
cli
Visibility
Public
All
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
Annotations
@AppName
(
"scalafix"
)
@AppVersion
(
scalafix.Versions.nightly
)
@ProgName
(
"scalafix"
)
class
TermDisplay
extends
Logger
Value Members
object
ArgParserImplicits
object
Cache
object
Cli
extends
AppOf
[
ScalafixOptions
]
object
Cli210
object
TermDisplay
object
Terminal
Ungrouped