Function getopts::optflagmulti [] [src]

pub fn optflagmulti(short_name: &str, long_name: &str, desc: &str) -> OptGroup
🔬 This is a nightly-only experimental API. (rustc_private)

use the crates.io getopts library instead

Create a long option that can occur more than once and does not take an argument.