fix: update formatting
This commit is contained in:
parent
616dab4669
commit
e460a26c0b
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,8 @@ use clap::{Parser, Subcommand};
|
||||||
use forgejo_api::Auth::Token;
|
use forgejo_api::Auth::Token;
|
||||||
use forgejo_api::Forgejo;
|
use forgejo_api::Forgejo;
|
||||||
use forgejo_api::structs::CreateReleaseOption;
|
use forgejo_api::structs::CreateReleaseOption;
|
||||||
use url::Url;
|
|
||||||
use std::io;
|
use std::io;
|
||||||
|
use url::Url;
|
||||||
|
|
||||||
pub mod config;
|
pub mod config;
|
||||||
|
|
||||||
|
@ -70,7 +70,9 @@ async fn handle_new_release(
|
||||||
|
|
||||||
if target.is_none() {
|
if target.is_none() {
|
||||||
println!("Target not provided for creating a release.");
|
println!("Target not provided for creating a release.");
|
||||||
println!("Please confirm by typing 'yes' that you want to create automatically with the latest commit.");
|
println!(
|
||||||
|
"Please confirm by typing 'yes' that you want to create automatically with the latest commit."
|
||||||
|
);
|
||||||
|
|
||||||
let mut input = String::new();
|
let mut input = String::new();
|
||||||
io::stdin()
|
io::stdin()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue