(&self)
| 261 | &[Self::GitLab, Self::GitHub] |
| 262 | } |
| 263 | fn to_possible_value<'a>(&self) -> ::std::option::Option<clap::builder::PossibleValue> { |
| 264 | match self { |
| 265 | Self::GitLab => Some(clap::builder::PossibleValue::new("gitlab").aliases(["gl"])), |
| 266 | Self::GitHub => Some(clap::builder::PossibleValue::new("github").aliases(["gh"])), |
| 267 | Self::Project => None, |
| 268 | } |
| 269 | } |
| 270 | } |
nothing calls this directly
no outgoing calls
no test coverage detected