Corrected optional entry.
This commit is contained in:
		@@ -17,7 +17,7 @@ struct Args {
 | 
			
		||||
    address: String,
 | 
			
		||||
    /// cluster host
 | 
			
		||||
    #[arg(short, long, num_args(0..))]
 | 
			
		||||
    cluster: String,
 | 
			
		||||
    cluster: Option<String>,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#[cfg(test)]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user