Lines Matching refs:into_option
166 if let Some(s) = s.into_resettable().into_option() { in short()
207 self.long = l.into_resettable().into_option(); in long()
232 if let Some(name) = name.into_resettable().into_option() { in alias()
261 if let Some(name) = name.into_resettable().into_option() { in short_alias()
349 if let Some(name) = name.into_resettable().into_option() { in visible_alias()
377 if let Some(name) = name.into_resettable().into_option() { in visible_short_alias()
492 self.index = idx.into_resettable().into_option(); in index()
732 if let Some(arg_id) = arg_id.into_resettable().into_option() { in requires()
883 self.action = action.into_resettable().into_option(); in action()
944 self.value_parser = parser.into_resettable().into_option(); in value_parser()
1096 self.num_vals = qty.into_resettable().into_option(); in num_args()
1157 if let Some(name) = name.into_resettable().into_option() { in value_name()
1255 self.value_hint = value_hint.into_resettable().into_option(); in value_hint()
1502 self.val_delim = d.into_resettable().into_option(); in value_delimiter()
1555 self.terminator = term.into_resettable().into_option(); in value_terminator()
1647 if let Some(val) = val.into_resettable().into_option() { in default_value()
1781 if let Some(val) = val.into_resettable().into_option() { in default_missing_value()
1977 if let Some(name) = name.into_resettable().into_option() { in env()
2044 self.help = h.into_resettable().into_option(); in help()
2106 self.long_help = h.into_resettable().into_option(); in long_help()
2167 self.disp_ord = ord.into_resettable().into_option(); in display_order()
2177 self.help_heading = Some(heading.into_resettable().into_option()); in help_heading()
2590 if let Some(group_id) = group_id.into_resettable().into_option() { in group()
2759 default.into_resettable().into_option(), in default_value_if()
2951 if let Some(arg_id) = arg_id.into_resettable().into_option() { in required_unless_present()
3560 if let Some(arg_id) = arg_id.into_resettable().into_option() { in conflicts_with()
3650 if let Some(arg_id) = arg_id.into_resettable().into_option() { in overrides_with()