feat: script-sign.rs now works

This commit is contained in:
2025-01-05 21:54:26 +08:00
parent 7ed829e794
commit c1bc33ef2d
9 changed files with 463 additions and 80 deletions

View File

@@ -11,9 +11,9 @@ use std::ops::Add;
use std::process::exit;
use std::time::{Duration, SystemTime};
/// Simple program to greet a person
/// Current time
#[derive(Parser, Debug)]
#[command(version, about, long_about = None)]
#[command(version, about, long_about = None, bin_name = "current-time.rs")]
struct Args {
/// New line
#[arg(long)]