1
0
mirror of https://gitea.farpn.net/w1cdn/mwtchahrd.git synced 2025-10-19 16:04:10 -05:00

Make spotter optional.

This commit is contained in:
mattbk
2025-10-17 16:39:19 -05:00
parent c8d7b6a817
commit a768d908ed

View File

@ -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.