@@ -1,6 +1,6 @@
|
||||
use clap::Subcommand;
|
||||
use cuddle_please_frontend::PleaseConfig;
|
||||
use cuddle_please_misc::{get_most_significant_version, DynRemoteGitClient, DynUi, GiteaClient};
|
||||
use cuddle_please_misc::{get_most_significant_version, DynRemoteGitClient, DynUi};
|
||||
|
||||
#[derive(Subcommand, Debug, Clone)]
|
||||
pub enum GiteaCommand {
|
||||
@@ -39,7 +39,7 @@ impl GiteaCommandHandler {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn execute(&self, command: &GiteaCommand, token: &str) -> anyhow::Result<()> {
|
||||
pub fn execute(&self, command: &GiteaCommand, _token: &str) -> anyhow::Result<()> {
|
||||
let owner = self.config.get_owner();
|
||||
let repository = self.config.get_repository();
|
||||
|
||||
|
Reference in New Issue
Block a user