Function args
Source pub fn args() -> Argue<Skip<ArgsOs>> β
πDeprecated since 0.14.0: Argue and related have been superceded by the argue! macro.
Expand description
Β§CLI Argument Iterator.
Return an Argue iterator seeded with ArgsOs, skipping the first
entry β the script path β since that isnβt super useful.
(If you disagree on that last point, create your instance using
Argue::from(std::env::args_os()) instead.)