pub fn is_valid_long_flag_name(name: &str) -> bool
Returns whether name is valid for a long flag without the leading --.
name
--