Lines Matching refs:short
9 .short('e')
16 .short('i')
36 .short('e')
43 .short('i')
58 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
59 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
71 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
72 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
84 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
85 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
97 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
98 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
110 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
111 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
112 .arg(Arg::new("option").short('o').action(ArgAction::Set))
125 .arg(Arg::new("exclude").short('e').action(ArgAction::SetTrue))
126 .arg(Arg::new("include").short('i').action(ArgAction::SetTrue))
127 .arg(Arg::new("option").short('o').action(ArgAction::Set))
142 .short('o')
161 .short('o')
174 .arg(Arg::new("option").short('o').action(ArgAction::Append))
175 .arg(Arg::new("flag").short('f').action(ArgAction::SetTrue))