CommandLine

scala.build.Position$.CommandLine
final case class CommandLine(arg: String) extends Position

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Position
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def render(cwd: Path, sep: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(cwd: Path): String

Attributes

Inherited from:
Position
def render(): String

Attributes

Inherited from:
Position