Add help text for the update command

This commit is contained in:
Warren Hood 2024-08-19 02:08:27 +02:00
parent a7391537bc
commit c3db525ec2

View file

@ -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)]