pub type Args = Args;
Expand description
Iterator of arguments. Equivalent to std::env::Args
. See args
for details.
On unix it’s an alias for std::env::Args
.
On Windows it’s a custom iterator that implements glog expansion.
Aliased Type§
pub struct Args { /* private fields */ }