Runtime.args

Returns the arguments supplied when the process was started.

struct Runtime
extern (C) pragma(mangle, "rt_args") static @property
string[]
args
()

Return Value

Type: string[]

The arguments supplied when this process was started.

Meta