Function args [src]

Holds the command-line arguments, with the program name as the first entry. Use argsWithAllocator() for cross-platform code.

Prototype

pub fn args() ArgIterator

Source

pub fn args() ArgIterator { return ArgIterator.init(); }