feat: script-sign.rs now works
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user