[][src]Function gflags::parse_os

pub fn parse_os() -> Vec<&'static OsStr>

Initialize the value of all flags, accepting non-UTF8 positional arguments.

Equivalent to gflags::parse in all ways except that non-UTF8 positional arguments are not an error. Note that non-UTF8 flag values are allowed even by gflags::parse.