scopt.RenderingMode.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scopt_3.0.0-M1 Show documentation
Show all versions of scopt_3.0.0-M1 Show documentation
a command line options parsing library
The newest version!
package scopt
trait RenderingMode
object RenderingMode {
case object OneColumn extends RenderingMode
case object TwoColumns extends RenderingMode
}