mirror of
				https://gitea.farpn.net/w1cdn/mwtchahrd.git
				synced 2025-11-04 05:46:36 -06: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