feat: fmt
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
2edb804d8d
commit
51115dc7fd
@ -157,7 +157,7 @@ impl Command {
|
|||||||
// 2a. if not existing use default.
|
// 2a. if not existing use default.
|
||||||
// 2b. if not in a git repo abort. (unless --no-vcs is turned added)
|
// 2b. if not in a git repo abort. (unless --no-vcs is turned added)
|
||||||
let _config = self.get_config(¤t_dir, stdin)?;
|
let _config = self.get_config(¤t_dir, stdin)?;
|
||||||
let git_client = self.get_git(¤t_dir)?;
|
let _git_client = self.get_git(¤t_dir)?;
|
||||||
|
|
||||||
// 3. Create gitea client and do a health check
|
// 3. Create gitea client and do a health check
|
||||||
// 4. Fetch git tags for the current repository
|
// 4. Fetch git tags for the current repository
|
||||||
|
@ -4,7 +4,6 @@ pub mod gitea_client;
|
|||||||
pub mod ui;
|
pub mod ui;
|
||||||
|
|
||||||
use command::Command;
|
use command::Command;
|
||||||
use ui::ConsoleUi;
|
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() -> anyhow::Result<()> {
|
async fn main() -> anyhow::Result<()> {
|
||||||
|
Loading…
Reference in New Issue
Block a user