Searched refs:multiple_str (Results 1 – 2 of 2) sorted by relevance
138 usage.push_str(pos.multiple_str()); in create_help_usage()241 pos.multiple_str() in get_args_tag()251 .map(|pos| format!(" [{}]{}", pos.name_no_brackets(), pos.multiple_str())) in get_args_tag()282 .map(|pos| format!(" [{}]{}", pos.name_no_brackets(), pos.multiple_str())) in get_args_tag()
65 pub fn multiple_str(&self) -> &str { in multiple_str() method