PowerOptions

scala.cli.launcher.PowerOptions
See thePowerOptions companion object
case class PowerOptions(power: Boolean)

Options extracted from LauncherOptions to allow for parsing them separately. Thanks to this and additional parsing we can read the --power flag placed anywhere in the command invocation.

This option is duplicated in scala.cli.commands.shared.GlobalOptions so that we can ensure that no subcommand defines its own --power option Checking for clashing names is done in unit tests.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product