PlatformApp

com.monovore.decline.PlatformApp$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def ambientArgs: Option[Seq[String]]

Returns Some(argument list) when compiled with Scala.js and running under Node.js, and None otherwise.

Returns Some(argument list) when compiled with Scala.js and running under Node.js, and None otherwise.

Attributes

def ambientEnvs: Option[Map[String, String]]

Returns Some(environment map) when compiled with Scala.js and running under Node.js, and None otherwise.

Returns Some(environment map) when compiled with Scala.js and running under Node.js, and None otherwise.

Attributes