feat: add github fetch prs refactoring
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-09-14 15:10:46 +02:00
parent f1b9a373d5
commit 6a0900e190
8 changed files with 720 additions and 55 deletions

View File

@@ -1,10 +1,4 @@
use crate::{
app::App,
git_provider::{
gitea::GiteaProviderApp, github::GitHubProviderApp, GitProvider, VecRepositoryExt,
},
projects_list::ProjectsListApp,
};
use crate::{ app::App, projects_list::ProjectsListApp};
#[derive(Debug, Clone)]
pub struct RootCommand {