Macro veloren_common::parse_cmd_args
source ยท macro_rules! parse_cmd_args { ($args:expr, $($t:ty),* $(, ..$tail:ty)? $(,)?) => { ... }; }
Expand description
Parse a series of command arguments into values, including collecting all trailing arguments.