[src]

Function std::os::args

pub fn args() -> ~[~str]

Returns the arguments which this program was started with (normally passed via the command line).

The arguments are interpreted as utf-8, with invalid bytes replaced with \uFFFD. See str::from_utf8_lossy for details.