[][src]Function libargs::args

pub fn args() -> Vec<String>

Get the arguments as a vector, even if the function is called from a C program via FFI. Supports Windows, macOS, and Linux, and will return an empty Vec on unsupported platforms.