[go: up one dir, main page]

args_os

Function args_os 

Source
pub fn args_os() -> impl Iterator<Item = OsString>
Expand description

Returns an iterator over the command line arguments as OsStrings. args_os() can be expensive to call