Args

mill.api.Args
See theArgs companion object
final 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