mirror of
				https://github.com/WarrenHood/MCModpackManager.git
				synced 2025-11-04 08:18:40 +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)]
 | 
					        #[arg(long, short, default_value_t = DownloadSide::Both)]
 | 
				
			||||||
        side: DownloadSide,
 | 
					        side: DownloadSide,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
					    /// Update all mods to the latest possible version
 | 
				
			||||||
    Update {
 | 
					    Update {
 | 
				
			||||||
        /// Use exact transitive mod dependency versions
 | 
					        /// Use exact transitive mod dependency versions
 | 
				
			||||||
        #[arg(long, short, action)]
 | 
					        #[arg(long, short, action)]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue