Lines Matching refs:yes
519 pub fn trailing_var_arg(self, yes: bool) -> Self {
520 if yes {
605 pub fn last(self, yes: bool) -> Self {
606 if yes {
668 pub fn required(self, yes: bool) -> Self {
669 if yes {
773 pub fn exclusive(self, yes: bool) -> Self {
774 if yes {
816 pub fn global(self, yes: bool) -> Self {
817 if yes {
1309 pub fn ignore_case(self, yes: bool) -> Self {
1310 if yes {
1371 pub fn allow_hyphen_values(self, yes: bool) -> Self {
1372 if yes {
1400 pub fn allow_negative_numbers(self, yes: bool) -> Self {
1401 if yes {
1452 pub fn require_equals(self, yes: bool) -> Self {
1453 if yes {
1465 pub fn use_value_delimiter(mut self, yes: bool) -> Self {
1466 if yes {
1583 pub fn raw(mut self, yes: bool) -> Self {
1584 if yes {
1587 self.allow_hyphen_values(yes).last(yes)
2226 pub fn next_line_help(self, yes: bool) -> Self {
2227 if yes {
2268 pub fn hide(self, yes: bool) -> Self {
2269 if yes {
2301 pub fn hide_possible_values(self, yes: bool) -> Self {
2302 if yes {
2332 pub fn hide_default_value(self, yes: bool) -> Self {
2333 if yes {
2361 pub fn hide_env(self, yes: bool) -> Self {
2362 if yes {
2391 pub fn hide_env_values(self, yes: bool) -> Self {
2392 if yes {
2470 pub fn hide_short_help(self, yes: bool) -> Self {
2471 if yes {
2543 pub fn hide_long_help(self, yes: bool) -> Self {
2544 if yes {