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

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.