Function simon::opt_str

source ·
pub fn opt_str(
    short: &str,
    long: &str,
    doc: &str,
    hint: &str
) -> ArgExt<impl Arg<Item = Option<String>>>