mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-29 22:44:59 +01: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