mirror of
				https://github.com/WarrenHood/MCModpackManager.git
				synced 2025-11-04 01:58:41 +00:00 
			
		
		
		
	Add help text for the update command
This commit is contained in:
		
							parent
							
								
									a7391537bc
								
							
						
					
					
						commit
						c3db525ec2
					
				| 
						 | 
				
			
			@ -91,6 +91,7 @@ enum Commands {
 | 
			
		|||
        #[arg(long, short, default_value_t = DownloadSide::Both)]
 | 
			
		||||
        side: DownloadSide,
 | 
			
		||||
    },
 | 
			
		||||
    /// Update all mods to the latest possible version
 | 
			
		||||
    Update {
 | 
			
		||||
        /// Use exact transitive mod dependency versions
 | 
			
		||||
        #[arg(long, short, action)]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue