This commit is contained in:
2025-10-17 13:16:55 +03:00
parent 0f645d0689
commit c7fff59f6c
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ pub async fn zsdiff(
Ok(())
}
#[derive(Parser, Debug)]
#[derive(Parser)]
struct Args {
#[arg(short, long)]
filename: String,

View File

@@ -69,7 +69,7 @@ async fn zspatch(filename: String, dest_dir: String) -> Result<(), io::Error> {
Ok(())
}
#[derive(Parser, Debug)]
#[derive(Parser)]
struct Args {
#[arg(short, long)]
filename: String,