}
impl Args {
pub fn should_fetch(&self) -> bool {
pub(super) fn should_fetch(&self) -> bool {
match (self.fetch, self.no_fetch) {
(true, false) => true,
(false, true) => false,