Function getopts::optmulti [] [src]

pub fn optmulti(short_name: &str, long_name: &str, desc: &str, hint: &str) -> OptGroup
Unstable (rustc_private)

: use the crates.io getopts library instead

Create a long option that is optional, takes an argument, and may occur multiple times.