Flusspferd API and module docs

namespace system

Description

System module

Class properties

  • args #

    system.args -> Array

    Command line arguments. This first element of this array will be the name of the script.

  • env #

    system.env -> Object

    Enviornment variables. Changes to the properties in this object will be reflected in the environment seen by newly create subprocesses.

  • platform #

    system.platform -> String

    Name of the platform. Obviously this is a constant string of “flusspferd”.

  • stderr #

    system.stderr -> io.Stream

    Standard error stream.

  • stdin #

    system.stdin -> io.Stream

    Standard input stream.

  • stdout #

    system.stdout -> io.Stream

    Standard output stream.