Args

mill.define.Args
See theArgs companion object
@Scaladoc(value = "/**\n * Represents an unstructured sequence of command-line arguments that can be\n * passed to Mill commands; similar to `mainargs.Leftover`.\n */")
class Args(val value: Seq[String])

Represents an unstructured sequence of command-line arguments that can be passed to Mill commands; similar to mainargs.Leftover.

Attributes

Companion
object
Source
Args.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val value: Seq[String]

Attributes

Source
Args.scala