mirror of
https://gitea.farpn.net/w1cdn/mwtchahrd.git
synced 2025-10-20 00:14:09 -05:00
Make spotter optional.
This commit is contained in:
@ -61,7 +61,7 @@ struct Cli {
|
||||
|
||||
/// Spotter callsign (e.g. W1CDN)
|
||||
#[arg(short = 's', long)]
|
||||
spotter: String,
|
||||
spotter: Option<String>,
|
||||
}
|
||||
|
||||
/// Convert a byte slice into a hex-dump string for debugging purposes.
|
||||
|
Reference in New Issue
Block a user